added favicon.ico

This commit is contained in:
Sebastian Mendel
2005-10-28 10:26:09 +00:00
parent 59e0493b3e
commit df461e2e65
3 changed files with 2 additions and 0 deletions

View File

@@ -13,6 +13,7 @@ $Source$
- bug #1144110 Unable to escape "_" - bug #1144110 Unable to escape "_"
- now every user from every mysql table is displayed - now every user from every mysql table is displayed
- no table specific rights for db wildcards - no table specific rights for db wildcards
* index.php, favicon.ico: added favicon.ico
2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net> 2005-10-27 Sebastian Mendel <cybot_tm@users.sourceforge.net>
* libraries/common.lib.php::PMA_formatNumber(), * libraries/common.lib.php::PMA_formatNumber(),

BIN
favicon.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 22 KiB

View File

@@ -128,6 +128,7 @@ header('Content-Type: text/html; charset=' . $GLOBALS['charset']);
xml:lang="<?php echo $lang_iso_code; ?>" xml:lang="<?php echo $lang_iso_code; ?>"
lang="<?php echo $lang_iso_code; ?>" lang="<?php echo $lang_iso_code; ?>"
dir="<?php echo $GLOBALS['text_dir']; ?>"> dir="<?php echo $GLOBALS['text_dir']; ?>">
<link rel="shortcut icon" href="favicon.ico" type="image/ico" />
<head> <head>
<title>phpMyAdmin <?php echo PMA_VERSION; ?> - <?php echo $HTTP_HOST; ?></title> <title>phpMyAdmin <?php echo PMA_VERSION; ?> - <?php echo $HTTP_HOST; ?></title>
<meta http-equiv="Content-Type" <meta http-equiv="Content-Type"