diff options
-rw-r--r-- | public.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/public.php b/public.php index 759e8e91619..3d7fd378af4 100644 --- a/public.php +++ b/public.php @@ -1,6 +1,7 @@ <?php $RUNTIME_NOAPPS = true; require_once 'lib/base.php'; +OC::checkMaintenanceMode(); if (!isset($_GET['service'])) { header('HTTP/1.0 404 Not Found'); exit; |