Backwards compatibility
This commit is contained in:
@@ -215,7 +215,7 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
|
||||
$cfg['ShowTooltip'] = TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
if (!isset($cfg['LeftDisplayLogo'])) {
|
||||
$cfg['LeftDisplayLogo'] = TRUE;
|
||||
}
|
||||
@@ -605,6 +605,10 @@ if (!defined('PMA_CONFIG_IMPORT_LIB_INCLUDED')){
|
||||
$cfg['SQLQuery']['Validate'] = FALSE;
|
||||
}
|
||||
|
||||
if (!isset($cfg['UploadDir'])) {
|
||||
$cfg['UploadDir'] = './upload/';
|
||||
}
|
||||
|
||||
if (!isset($cfg['SQLValidator']['use'])) {
|
||||
$cfg['SQLValidator']['use'] = FALSE;
|
||||
}
|
||||
|
Reference in New Issue
Block a user