hostname in title bar

This commit is contained in:
Marc Delisle
2001-06-08 19:44:53 +00:00
parent b736e4df76
commit f5a52be9d5
2 changed files with 4 additions and 1 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-06-08 Marc Delisle <lem9@users.sourceforge.net>
* add hostname in title bar
2001-06-07 Marc Delisle <lem9@users.sourceforge.net>
* modify/implement Steve Alberty's patch for complete table dump
* implement Alessandro Astarita's patch for data only dump

View File

@@ -5,7 +5,7 @@
<html>
<head>
<title>phpMyAdmin</title>
<title>phpMyAdmin - <?php echo getenv('HTTP_HOST') ;?></title>
</head>
<frameset cols="150,*" rows="*" border="0" frameborder="0">