Use include() instead of require()
This commit is contained in:
@@ -6,10 +6,10 @@
|
||||
* Gets a core script and starts output buffering work
|
||||
*/
|
||||
if (!defined('PMA_COMMON_LIB_INCLUDED')) {
|
||||
require('./libraries/common.lib.php3');
|
||||
include('./libraries/common.lib.php3');
|
||||
}
|
||||
if (!defined('PMA_OB_LIB_INCLUDED')) {
|
||||
require('./libraries/ob.lib.php3');
|
||||
include('./libraries/ob.lib.php3');
|
||||
}
|
||||
if ($GLOBALS['cfg']['OBGzip']) {
|
||||
$GLOBALS['ob_mode'] = PMA_outBufferModeGet();
|
||||
|
Reference in New Issue
Block a user