public.php - check if maintenance mode is enabled
This commit is contained in:
parent
b76725c1fa
commit
ce14788ac0
|
@ -1,6 +1,7 @@
|
||||||
<?php
|
<?php
|
||||||
$RUNTIME_NOAPPS = true;
|
$RUNTIME_NOAPPS = true;
|
||||||
require_once 'lib/base.php';
|
require_once 'lib/base.php';
|
||||||
|
OC::checkMaintenanceMode();
|
||||||
if (!isset($_GET['service'])) {
|
if (!isset($_GET['service'])) {
|
||||||
header('HTTP/1.0 404 Not Found');
|
header('HTTP/1.0 404 Not Found');
|
||||||
exit;
|
exit;
|
||||||
|
|
Loading…
Reference in New Issue