This directive should not be inside the server-specific section

Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
Marc Delisle 2015-01-06 13:45:21 -05:00
parent db4ba3e138
commit 1bb664ada8

View File

@ -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!