Backwards compatibility
This commit is contained in:
@@ -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;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user