group related directives

This commit is contained in:
Marc Delisle
2009-09-20 10:41:28 +00:00
parent ed31f3553c
commit df80bf5a3b

View File

@@ -369,6 +369,13 @@ $cfg['Servers'][$i]['AllowNoPassword'] = false;
*/
$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
*
@@ -378,13 +385,6 @@ $cfg['Servers'][$i]['AllowDeny']['order'] = '';
*/
$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
*