From 7bd492ef1e0fc72f834561dbda071c1976debe07 Mon Sep 17 00:00:00 2001 From: David Goodwin Date: Fri, 15 May 2015 19:58:52 +0100 Subject: [PATCH] include only once --- config.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/config.inc.php b/config.inc.php index 7dd1b132..308aaab2 100644 --- a/config.inc.php +++ b/config.inc.php @@ -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'); } //