Skip to content
Snippets Groups Projects
Commit 7c254dd9 authored by Serge Martin's avatar Serge Martin
Browse files

Exit after call to setup

parent 8876ae0e
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment