Backwards compatibility
This commit is contained in:
@@ -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