public.php - check if maintenance mode is enabled
This commit is contained in:
parent
b76725c1fa
commit
ce14788ac0
1 changed files with 1 additions and 0 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue