Undefined variable.
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
||||
$Id$
|
||||
$Source$
|
||||
|
||||
2004-06-03 Alexander M. Turek <me@derrabus.de>
|
||||
* header.inc.php: Undefined variable.
|
||||
|
||||
2004-06-03 Michal Čihař <michal@cihar.com>
|
||||
* db_details_links.php, header.inc.php, server_links.inc.php,
|
||||
tbl_properties_links.php, css/phpmyadmin.css.php: Use classes for
|
||||
|
@@ -41,7 +41,7 @@ if (empty($GLOBALS['is_header_sent'])) {
|
||||
*/
|
||||
$title = '';
|
||||
if ($cfg['ShowHttpHostTitle']) {
|
||||
$title .= (empty($cfg['SetHttpHostTitle']) ? $HTTP_HOST : $cfg['SetHttpHostTitle']) . ' >> ';
|
||||
$title .= (empty($cfg['SetHttpHostTitle']) ? $GLOBALS['HTTP_HOST'] : $cfg['SetHttpHostTitle']) . ' >> ';
|
||||
}
|
||||
if (!empty($GLOBALS['cfg']['Server']) && isset($GLOBALS['cfg']['Server']['host'])) {
|
||||
$title.=str_replace('\'', '\\\'', $GLOBALS['cfg']['Server']['host']);
|
||||
|
Reference in New Issue
Block a user