Exit after call to setup
This commit is contained in:
parent
8876ae0e98
commit
7c254dd94d
1 changed files with 1 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue