diff options
| author | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 21:04:48 +0200 |
|---|---|---|
| committer | Loic GUEGAN <loic@Manzerbredes.home> | 2016-05-05 21:04:48 +0200 |
| commit | ba230914d75d81e67cd540a04826fb0dbae302e4 (patch) | |
| tree | d9dc010daac313fd3cf5ef1875360d973cae4574 /server/core/Automating.php | |
| parent | d90c7400d5834696b52417a06bc816b8e281db2a (diff) | |
| parent | 80460f544763398f211c519251229991db0106a1 (diff) | |
Merge branch 'loic' of github.com:manzerbredes/istic-openstack into loic
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 |
