From 1bb664ada87735ea771218561eb5795eec007262 Mon Sep 17 00:00:00 2001 From: Marc Delisle Date: Tue, 6 Jan 2015 13:45:21 -0500 Subject: [PATCH] This directive should not be inside the server-specific section Signed-off-by: Marc Delisle --- libraries/config.default.php | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/libraries/config.default.php b/libraries/config.default.php index 60cf9e43ec..918febf571 100644 --- a/libraries/config.default.php +++ b/libraries/config.default.php @@ -316,13 +316,6 @@ $cfg['Servers'][$i]['hide_db'] = ''; */ $cfg['Servers'][$i]['verbose'] = ''; -/** - * Zero Configuration mode. - * - * @global boolean $cfg['ZeroConf'] - */ -$cfg['ZeroConf'] = true; - /** * Database used for Relation, Bookmark and PDF Features * (see sql/create_tables.sql) @@ -2922,6 +2915,12 @@ $cfg['DisableMultiTableMaintenance'] = false; */ $cfg['SendErrorReports'] = 'ask'; +/** + * Zero Configuration mode. + * + * @global boolean $cfg['ZeroConf'] + */ +$cfg['ZeroConf'] = true; /******************************************************************************* * Developers ONLY!