group related directives
This commit is contained in:
@@ -360,6 +360,13 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
|
|||||||
*/
|
*/
|
||||||
$cfg['Servers'][$i]['AllowDeny']['order'] = '';
|
$cfg['Servers'][$i]['AllowDeny']['order'] = '';
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Host authentication rules, leave blank for defaults
|
||||||
|
*
|
||||||
|
* @global array $cfg['Servers'][$i]['AllowDeny']['rules']
|
||||||
|
*/
|
||||||
|
$cfg['Servers'][$i]['AllowDeny']['rules'] = array();
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Disable use of INFORMATION_SCHEMA
|
* Disable use of INFORMATION_SCHEMA
|
||||||
*
|
*
|
||||||
@@ -369,13 +376,6 @@ $cfg['Servers'][$i]['AllowDeny']['order'] = '';
|
|||||||
*/
|
*/
|
||||||
$cfg['Servers'][$i]['DisableIS'] = true;
|
$cfg['Servers'][$i]['DisableIS'] = true;
|
||||||
|
|
||||||
/**
|
|
||||||
* Host authentication rules, leave blank for defaults
|
|
||||||
*
|
|
||||||
* @global array $cfg['Servers'][$i]['AllowDeny']['rules']
|
|
||||||
*/
|
|
||||||
$cfg['Servers'][$i]['AllowDeny']['rules'] = array();
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* SQL command to fetch available databases
|
* SQL command to fetch available databases
|
||||||
*
|
*
|
||||||
|
Reference in New Issue
Block a user