removed a pre-php-4.1 note.
This commit is contained in:
@@ -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 <lem9@users.sourceforge.net>
|
||||
* all themes/colors.inc.php, libraries/common.lib.php,
|
||||
|
@@ -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);
|
||||
</pre>
|
||||
Please note that the <tt>$_SERVER</tt> array doesn't exist in
|
||||
PHP < 4.1.0. Try to replace <tt>$_SERVER</tt> by
|
||||
<tt>$HTTP_SERVER_VARS</tt> or <tt>$GLOBALS</tt> in this case.
|
||||
<br /><br />
|
||||
</dd>
|
||||
<dt><b>$cfg['PmaAbsoluteUri_DisableWarning']</b> boolean</dt>
|
||||
|
Reference in New Issue
Block a user