From ebb0edbc48032f477018998f00fc104fa0a26b74 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Chapeaux?= Date: Thu, 6 Sep 2001 20:58:33 +0000 Subject: [PATCH] Ooops, big bug... --- lib.inc.php3 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib.inc.php3 b/lib.inc.php3 index 8d4a2e33c..b20c9751f 100755 --- a/lib.inc.php3 +++ b/lib.inc.php3 @@ -98,14 +98,14 @@ if (!defined('__LIB_INC__')){ if ($cfgPmaAbsoluteUri != '' && substr($cfgPmaAbsoluteUri, -1) != '/') { $cfgPmaAbsoluteUri .= '/'; } + // Gets some constants + include('./defines.inc.php3'); // If zlib output compression is set in the php configuration file, no // output buffering should be run if (PHP_INT_VERSION < 40000 || (PHP_INT_VERSION >= 40005 && @ini_get('zlib.output_compression'))) { $cfgOBGzip = FALSE; } - // Gets some constants - include('./defines.inc.php3');