X-Git-Url: http://source.bookstackapp.com/bookstack/blobdiff_plain/6fa093d9d0a2073e872ce545b87ef2eb1b35a99b..refs/pull/5676/head:/bootstrap/app.php diff --git a/bootstrap/app.php b/bootstrap/app.php index 516980cc1..12cc2dce2 100644 --- a/bootstrap/app.php +++ b/bootstrap/app.php @@ -11,8 +11,8 @@ | */ -$app = new \BookStack\Application( - realpath(__DIR__.'/../') +$app = new \BookStack\App\Application( + dirname(__DIR__) ); /*