From 80460f544763398f211c519251229991db0106a1 Mon Sep 17 00:00:00 2001 From: root Date: Thu, 5 May 2016 19:16:10 +0200 Subject: Server Correction --- server/core/Automating.php | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'server/core/Automating.php') diff --git a/server/core/Automating.php b/server/core/Automating.php index 27dd018..5319d2d 100755 --- a/server/core/Automating.php +++ b/server/core/Automating.php @@ -9,11 +9,11 @@ * */ -include("Image.php"); -include("Network.php"); -include("Compute.php"); -include("NetworkLayer3.php"); -include("CoreInterface.php"); +require_once("Image.php"); +require_once("Network.php"); +require_once("Compute.php"); +require_once("NetworkLayer3.php"); +require_once("CoreInterface.php"); /** * automating Class of the back-end application -- cgit v1.2.3