Exit after call to setup

This commit is contained in:
Serge Martin 2011-08-07 15:39:01 +02:00
parent 8876ae0e98
commit 7c254dd94d
1 changed files with 1 additions and 0 deletions

View File

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