Backwards compatibility

This commit is contained in:
Alexander M. Turek
2002-08-22 14:10:43 +00:00
parent 94b54524cb
commit bad5f5dd95

View File

@@ -215,7 +215,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
$cfg['ShowTooltip'] = TRUE; $cfg['ShowTooltip'] = TRUE;
} }
} }
if (!isset($cfg['LeftDisplayLogo'])) { if (!isset($cfg['LeftDisplayLogo'])) {
$cfg['LeftDisplayLogo'] = TRUE; $cfg['LeftDisplayLogo'] = TRUE;
} }
@@ -605,6 +605,10 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
$cfg['SQLQuery']['Validate'] = FALSE; $cfg['SQLQuery']['Validate'] = FALSE;
} }
if (!isset($cfg['UploadDir'])) {
$cfg['UploadDir'] = './upload/';
}
if (!isset($cfg['SQLValidator']['use'])) { if (!isset($cfg['SQLValidator']['use'])) {
$cfg['SQLValidator']['use'] = FALSE; $cfg['SQLValidator']['use'] = FALSE;
} }