include only once

pull/2/head
David Goodwin 9 years ago
parent 59686db0fe
commit 7bd492ef1e

@ -577,7 +577,7 @@ $CONF['xmlrpc_enabled'] = false;
// file (config.local.php) instead of editing this file and override some
// settings there.
if (file_exists(dirname(__FILE__) . '/config.local.php')) {
include(dirname(__FILE__) . '/config.local.php');
require_once(dirname(__FILE__) . '/config.local.php');
}
//

Loading…
Cancel
Save