fixed a parse error
This commit is contained in:
@@ -563,7 +563,7 @@ if (!defined('PMA_BUILD_DUMP_LIB_INCLUDED')){
|
||||
// bufferized
|
||||
if (!empty($GLOBALS['ob_mode'])
|
||||
&& (isset($GLOBALS['zip']) || isset($GLOBALS['bzip']) || isset($GLOBALS['gzip']))) {
|
||||
if (!isset($GLOBALS['now']) {
|
||||
if (!isset($GLOBALS['now'])) {
|
||||
$GLOBALS['now'] = gmdate('D, d M Y H:i:s') . ' GMT';
|
||||
}
|
||||
header('Expires: ' . $GLOBALS['now']);
|
||||
|
Reference in New Issue
Block a user