added favicon.ico
This commit is contained in:
@@ -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
BIN
favicon.ico
Normal file
Binary file not shown.
After Width: | Height: | Size: 22 KiB |
@@ -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"
|
||||||
|
Reference in New Issue
Block a user