summaryrefslogtreecommitdiff
path: root/server/core/Identity.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/Identity.php
parent105166c16006e03fed20af4554593f3bac744fba (diff)
Server Correction
Diffstat (limited to 'server/core/Identity.php')
-rwxr-xr-xserver/core/Identity.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/server/core/Identity.php b/server/core/Identity.php
index 112c9e3..b3b89a7 100755
--- a/server/core/Identity.php
+++ b/server/core/Identity.php
@@ -9,7 +9,7 @@
*/
use OpenCloud\Common\Error;
-include("CoreInterface.php");
+require_once("CoreInterface.php");
/**
* Identity Class of the back-end application
*