]> BookStack Code Mirror - bookstack/blobdiff - bootstrap/app.php
Opensearch: Fixed XML declaration when php short tags enabled
[bookstack] / bootstrap / app.php
index 516980cc10c745783b9668fcf7d144ffa683556b..12cc2dce2b36bed74d5971207c86a41fb1a78e41 100644 (file)
@@ -11,8 +11,8 @@
 |
 */
 
-$app = new \BookStack\Application(
-    realpath(__DIR__.'/../')
+$app = new \BookStack\App\Application(
+    dirname(__DIR__)
 );
 
 /*