diff --git a/ChangeLog b/ChangeLog index 1036be7ef..db458f2a0 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,10 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-06-10 Loïc Chapeaux + * index.php3: ensure the server hostname is find whatever is the php + configuration + 2001-06-09 Armel Fauveau * add multiple dump feature (Feature #424176) diff --git a/index.php3 b/index.php3 index 3987892c0..91a843f75 100755 --- a/index.php3 +++ b/index.php3 @@ -1,11 +1,21 @@ -phpMyAdmin - <?php echo getenv('HTTP_HOST') ;?> +phpMyAdmin - <?php echo $HTTP_HOST;?>