diff options
Diffstat (limited to 'server/core/Identity.php')
| -rwxr-xr-x | server/core/Identity.php | 2 |
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 * |
