We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0165bd3 commit b66a5e8Copy full SHA for b66a5e8
public/index.php
@@ -5,13 +5,13 @@
5
use Bow\Http\Request;
6
use Bow\Http\Response;
7
8
-if (file_exists(__DIR__ . '/../var/storage/maintenance.php')) {
9
- require __DIR__ . '/../var/storage/maintenance.php';
10
-}
11
-
12
// Register The Auto Loader
13
if (!file_exists(__DIR__ . "/../vendor/autoload.php")) {
14
- die("Please install the dependencies with 'composer update'");
+ die("Please install the dependencies with 'composer update'");
+}
+
+if (file_exists(__DIR__ . '/../var/storage/maintenance.php')) {
+ require __DIR__ . '/../var/storage/maintenance.php';
15
}
16
17
require __DIR__."/../vendor/autoload.php";
0 commit comments