This directive should not be inside the server-specific section
Signed-off-by: Marc Delisle <marc@infomarc.info>
This commit is contained in:
parent
db4ba3e138
commit
1bb664ada8
@ -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!
|
||||
|
||||
Loading…
Reference in New Issue
Block a user