diff options
author | Igor Scheller <igor.scheller@igorshp.de> | 2017-09-21 20:52:19 +0200 |
---|---|---|
committer | Igor Scheller <igor.scheller@igorshp.de> | 2017-09-21 20:52:19 +0200 |
commit | 783c58611ada88460ba670d51ebf4013563e1197 (patch) | |
tree | 1e70863dc17c53d440e600b1cd8e5faa8b69be8d /includes | |
parent | 212760d4c93ce14e9ae34ef207bbb8f48a7dd9a7 (diff) |
Added app path to container
Diffstat (limited to 'includes')
-rw-r--r-- | includes/engelsystem_provider.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/includes/engelsystem_provider.php b/includes/engelsystem_provider.php index 33422bfc..e1669c57 100644 --- a/includes/engelsystem_provider.php +++ b/includes/engelsystem_provider.php @@ -23,7 +23,7 @@ require_once __DIR__ . '/autoload.php'; /** * Initialize the application */ -$app = Application::getInstance(); +$app = new Application(realpath(__DIR__ . DIRECTORY_SEPARATOR . '..')); /** |