remove warning under Apache 2.0.23-dev

This commit is contained in:
Steve Alberty
2001-08-06 12:52:30 +00:00
parent 085834330b
commit 36299dacbb
2 changed files with 4 additions and 0 deletions

View File

@@ -5,6 +5,9 @@ phpMyAdmin - Changelog
$Id$
$Source$
2001-08-06 Steve Alberty <alberty@nepunlabs.de>
* index.php3: remove warning under Apache 2.0.23-dev
2001-08-05 Lo<4C>c Chapeaux <lolo@phpheaven.net>
* lib.inc.php3: create the variable $is_show_processlist so the same
regular expression dont have to be tested three times.

View File

@@ -17,6 +17,7 @@ if (empty($HTTP_HOST)) {
else if (@getenv('HTTP_HOST')) {
$HTTP_HOST = getenv('HTTP_HOST');
}
else $HTTP_HOST="";
}