hostname in title bar
This commit is contained in:
@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
|
|||||||
$Id$
|
$Id$
|
||||||
$Source$
|
$Source$
|
||||||
|
|
||||||
|
2001-06-08 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
|
* add hostname in title bar
|
||||||
|
|
||||||
2001-06-07 Marc Delisle <lem9@users.sourceforge.net>
|
2001-06-07 Marc Delisle <lem9@users.sourceforge.net>
|
||||||
* modify/implement Steve Alberty's patch for complete table dump
|
* modify/implement Steve Alberty's patch for complete table dump
|
||||||
* implement Alessandro Astarita's patch for data only dump
|
* implement Alessandro Astarita's patch for data only dump
|
||||||
|
@@ -5,7 +5,7 @@
|
|||||||
|
|
||||||
<html>
|
<html>
|
||||||
<head>
|
<head>
|
||||||
<title>phpMyAdmin</title>
|
<title>phpMyAdmin - <?php echo getenv('HTTP_HOST') ;?></title>
|
||||||
</head>
|
</head>
|
||||||
|
|
||||||
<frameset cols="150,*" rows="*" border="0" frameborder="0">
|
<frameset cols="150,*" rows="*" border="0" frameborder="0">
|
||||||
|
Reference in New Issue
Block a user