From 81a97082e94b5ee0bfa0a0596f5ff51c781078a2 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Sun, 20 Sep 2009 10:41:28 +0000 Subject: [PATCH] group related directives --- libraries/config.default.php | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index a99a430b9..3245a36db 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -360,6 +360,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 * @@ -369,13 +376,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 *