Backend for songs.zachdecook.com
Diffstat (limited to 'laravel/public/index.php')
-rw-r--r--laravel/public/index.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/laravel/public/index.php b/laravel/public/index.php
index 4584cbc..26e536a 100644
--- a/laravel/public/index.php
+++ b/laravel/public/index.php
@@ -9,6 +9,10 @@
define('LARAVEL_START', microtime(true));
+if (file_exists(__DIR__.'/../storage/framework/maintenance.php')) {
+ require __DIR__.'/../storage/framework/maintenance.php';
+}
+
/*
|--------------------------------------------------------------------------
| Register The Auto Loader