Browse Source

public.php - check if maintenance mode is enabled

remotes/origin/stable6
Georg Ehrke 13 years ago
parent
commit
ce14788ac0
  1. 1
      public.php

1
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;

Loading…
Cancel
Save