]> source.dussan.org Git - nextcloud-server.git/commitdiff
public.php - check if maintenance mode is enabled
authorGeorg Ehrke <georg@ownCloud.com>
Mon, 3 Jun 2013 10:57:47 +0000 (12:57 +0200)
committerGeorg Ehrke <georg@ownCloud.com>
Mon, 3 Jun 2013 10:57:47 +0000 (12:57 +0200)
public.php

index 759e8e91619276bc1f45e2f9913cd23654ea3e84..3d7fd378af402e0f739bd86eabf8a656ec43eec9 100644 (file)
@@ -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;