Exit after call to setup

remotes/origin/stable
Serge Martin 14 years ago
parent 8876ae0e98
commit 7c254dd94d
  1. 1
      index.php

@ -38,6 +38,7 @@ if(count($errors) > 0) {
// Setup required : // Setup required :
elseif($not_installed OR $install_called) { elseif($not_installed OR $install_called) {
require_once('setup.php'); require_once('setup.php');
exit();
} }
if($_SERVER['REQUEST_METHOD']=='PROPFIND'){//handle webdav if($_SERVER['REQUEST_METHOD']=='PROPFIND'){//handle webdav

Loading…
Cancel
Save