Ooops, big bug...
This commit is contained in:
@@ -98,14 +98,14 @@ if (!defined('__LIB_INC__')){
|
|||||||
if ($cfgPmaAbsoluteUri != '' && substr($cfgPmaAbsoluteUri, -1) != '/') {
|
if ($cfgPmaAbsoluteUri != '' && substr($cfgPmaAbsoluteUri, -1) != '/') {
|
||||||
$cfgPmaAbsoluteUri .= '/';
|
$cfgPmaAbsoluteUri .= '/';
|
||||||
}
|
}
|
||||||
|
// Gets some constants
|
||||||
|
include('./defines.inc.php3');
|
||||||
// If zlib output compression is set in the php configuration file, no
|
// If zlib output compression is set in the php configuration file, no
|
||||||
// output buffering should be run
|
// output buffering should be run
|
||||||
if (PHP_INT_VERSION < 40000
|
if (PHP_INT_VERSION < 40000
|
||||||
|| (PHP_INT_VERSION >= 40005 && @ini_get('zlib.output_compression'))) {
|
|| (PHP_INT_VERSION >= 40005 && @ini_get('zlib.output_compression'))) {
|
||||||
$cfgOBGzip = FALSE;
|
$cfgOBGzip = FALSE;
|
||||||
}
|
}
|
||||||
// Gets some constants
|
|
||||||
include('./defines.inc.php3');
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user