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/Compute.php | |
| parent | 105166c16006e03fed20af4554593f3bac744fba (diff) | |
Server Correction
Diffstat (limited to 'server/core/Compute.php')
| -rwxr-xr-x | server/core/Compute.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/Compute.php b/server/core/Compute.php index 7783fde..7d019f5 100755 --- a/server/core/Compute.php +++ b/server/core/Compute.php @@ -11,7 +11,7 @@ use OpenCloud\Common\Error; -include("CoreInterface.php"); +require_once("CoreInterface.php"); /** * Compute Class of the back-end application * |
