diff options
| author | root <root@serverpc.home> | 2016-05-05 19:16:10 +0200 |
|---|---|---|
| committer | root <root@serverpc.home> | 2016-05-05 19:16:10 +0200 |
| commit | 80460f544763398f211c519251229991db0106a1 (patch) | |
| tree | ab543770856db7c8da7d7bd1463f11b67f0d4446 /server/core/Automating.php | |
| parent | 105166c16006e03fed20af4554593f3bac744fba (diff) | |
Server Correction
Diffstat (limited to 'server/core/Automating.php')
| -rwxr-xr-x | server/core/Automating.php | 10 |
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 |
