diff options
author | Serge Martin <edb@sigluy.net> | 2011-08-07 15:39:01 +0200 |
---|---|---|
committer | Serge Martin <edb@sigluy.net> | 2011-08-07 15:39:01 +0200 |
commit | 7c254dd94dfca6ca5878d37217b7d85baeedf416 (patch) | |
tree | f0319e500436a056abd2a9a48d82b43e793cd944 /index.php | |
parent | 8876ae0e9821e3207003ee179c1e51020a0f6ee6 (diff) | |
download | nextcloud-server-7c254dd94dfca6ca5878d37217b7d85baeedf416.tar.gz nextcloud-server-7c254dd94dfca6ca5878d37217b7d85baeedf416.zip |
Exit after call to setup
Diffstat (limited to 'index.php')
-rw-r--r-- | index.php | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/index.php b/index.php index a804a25d95b..4520f40107e 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 |