From 0ca2b393f66b12e638c5b37be6fe5f2f9d9c28b2 Mon Sep 17 00:00:00 2001 From: Daniel Preussker Date: Tue, 9 Jun 2015 11:56:11 +0000 Subject: [PATCH] Update syslog.php Include_Once all files that define functions --- syslog.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/syslog.php b/syslog.php index 5ef8c5b10b..53d0771261 100755 --- a/syslog.php +++ b/syslog.php @@ -16,10 +16,10 @@ include("includes/defaults.inc.php"); include("config.php"); include("includes/definitions.inc.php"); -include("includes/syslog.php"); -include("includes/dbFacile.php"); -include("includes/common.php"); -include("includes/functions.php"); +include_once("includes/syslog.php"); +include_once("includes/dbFacile.php"); +include_once("includes/common.php"); +include_once("includes/functions.php"); $i = "1";