From b58856067c2f86738afad44011fb59e6cc306f0d Mon Sep 17 00:00:00 2001 From: "Alexander M. Turek" Date: Tue, 13 Jul 2004 21:29:11 +0000 Subject: [PATCH] removed a pre-php-4.1 note. --- ChangeLog | 1 + Documentation.html | 3 --- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2f3ea8d3b..7de815674 100755 --- a/ChangeLog +++ b/ChangeLog @@ -15,6 +15,7 @@ $Source$ definitions for MySQL 4.1.3 and 4.1.4. * lang/german-*.inc.php: Updates. * db_details_db_info.php: Fixed a few "out of sync" errors. + * Documentation.html: removed a pre-php-4.1 note. 2004-07-12 Marc Delisle * all themes/colors.inc.php, libraries/common.lib.php, diff --git a/Documentation.html b/Documentation.html index 4b052467d..2dd2f0308 100755 --- a/Documentation.html +++ b/Documentation.html @@ -376,9 +376,6 @@ $cfg['PmaAbsoluteUri'] = (!empty($_SERVER['HTTPS']) ? 'https' : 'http') . '://' . (!empty($_SERVER['SERVER_PORT']) ? ':' . $_SERVER['SERVER_PORT'] : '') . substr($_SERVER['SCRIPT_NAME'], 0, strrpos($_SERVER['SCRIPT_NAME'], '/')+1); - Please note that the $_SERVER array doesn't exist in - PHP < 4.1.0. Try to replace $_SERVER by - $HTTP_SERVER_VARS or $GLOBALS in this case.

$cfg['PmaAbsoluteUri_DisableWarning'] boolean