0
0
mirror of https://github.com/postfixadmin/postfixadmin.git synced 2024-09-19 19:22:14 +02:00

include only once

This commit is contained in:
David Goodwin 2015-05-15 19:58:52 +01:00
parent 59686db0fe
commit 7bd492ef1e

View File

@ -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');
}
//