From 7a443cd79f6ff0e82cffaec4daed1e014de8e96c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Sun, 10 Jun 2001 20:18:45 +0000 Subject: [PATCH] Ensure the server hostname is find whatever is the php configuration --- ChangeLog | 4 ++++ index.php3 | 16 +++++++++++++--- 2 files changed, 17 insertions(+), 3 deletions(-) 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;?>