Backwards compatibility for $cfg['PmaAbsoluteUri_DisableWarning'].

This commit is contained in:
Alexander M. Turek
2002-07-04 10:44:13 +00:00
parent 563b7444aa
commit 1e7b3d2902
3 changed files with 10 additions and 2 deletions

View File

@@ -712,6 +712,10 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
);
}
}
if (!isset($cfg['PmaAbsoluteUri_DisableWarning'])) {
$cfg['PmaAbsoluteUri_DisableWarning'] = FALSE;
}
} // $__PMA_CONFIG_IMPORT_LIB__
?>