From ce14788ac0ee7af0950aca96b06b7d48951c71df Mon Sep 17 00:00:00 2001 From: Georg Ehrke <georg@ownCloud.com> Date: Mon, 3 Jun 2013 12:57:47 +0200 Subject: [PATCH] public.php - check if maintenance mode is enabled --- public.php | 1 + 1 file changed, 1 insertion(+) 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; -- GitLab