From 36299dacbbd9a8b44516c5e741f45a905ec0f1ba Mon Sep 17 00:00:00 2001 From: Steve Alberty Date: Mon, 6 Aug 2001 12:52:30 +0000 Subject: [PATCH] remove warning under Apache 2.0.23-dev --- ChangeLog | 3 +++ index.php3 | 1 + 2 files changed, 4 insertions(+) diff --git a/ChangeLog b/ChangeLog index fb0edcb4d..d1af9e63f 100755 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ phpMyAdmin - Changelog $Id$ $Source$ +2001-08-06 Steve Alberty + * index.php3: remove warning under Apache 2.0.23-dev + 2001-08-05 Loïc Chapeaux * lib.inc.php3: create the variable $is_show_processlist so the same regular expression dont have to be tested three times. diff --git a/index.php3 b/index.php3 index 37bb65e9f..f439ed1c2 100755 --- a/index.php3 +++ b/index.php3 @@ -17,6 +17,7 @@ if (empty($HTTP_HOST)) { else if (@getenv('HTTP_HOST')) { $HTTP_HOST = getenv('HTTP_HOST'); } + else $HTTP_HOST=""; }