summaryrefslogtreecommitdiff
path: root/server/core/Automating.php
diff options
context:
space:
mode:
authorroot <root@serverpc.home>2016-05-05 19:16:10 +0200
committerroot <root@serverpc.home>2016-05-05 19:16:10 +0200
commit80460f544763398f211c519251229991db0106a1 (patch)
treeab543770856db7c8da7d7bd1463f11b67f0d4446 /server/core/Automating.php
parent105166c16006e03fed20af4554593f3bac744fba (diff)
Server Correction
Diffstat (limited to 'server/core/Automating.php')
-rwxr-xr-xserver/core/Automating.php10
1 files changed, 5 insertions, 5 deletions
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