From 7c254dd94dfca6ca5878d37217b7d85baeedf416 Mon Sep 17 00:00:00 2001
From: Serge Martin <edb@sigluy.net>
Date: Sun, 7 Aug 2011 15:39:01 +0200
Subject: [PATCH] Exit after call to setup

---
 index.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/index.php b/index.php
index a804a25d95..4520f40107 100644
--- a/index.php
+++ b/index.php
@@ -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
-- 
GitLab