diff options
author | Jakob Sack <kde@jakobsack.de> | 2011-06-20 22:09:21 +0200 |
---|---|---|
committer | Jakob Sack <kde@jakobsack.de> | 2011-06-20 22:09:21 +0200 |
commit | 3e74cca7398e21f6c46b9815e9fc0d46a5462cdb (patch) | |
tree | 022b2b27525dc07182cbe7a13b7dbb5825aa007b /lib | |
parent | ef3386c5f8774a8959b93332f7fc388824a93385 (diff) | |
parent | 06033914050633d51c45d6b5e79884bcc66283f8 (diff) | |
download | nextcloud-server-3e74cca7398e21f6c46b9815e9fc0d46a5462cdb.tar.gz nextcloud-server-3e74cca7398e21f6c46b9815e9fc0d46a5462cdb.zip |
Merge branch 'master' of git://anongit.kde.org/owncloud
Diffstat (limited to 'lib')
-rw-r--r-- | lib/setup.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/setup.php b/lib/setup.php index 5905261f18f..bdb5dcc4e24 100644 --- a/lib/setup.php +++ b/lib/setup.php @@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') { OC_TEMPLATE::printGuestPage("", "installation", $options); } else { - header("Location: $WEBROOT$SUBURI"); + header("Location: ".$WEBROOT.'/'); exit(); } } |