diff options
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 |
