Skip to content
Snippets Groups Projects
Commit 3e74cca7 authored by Jakob Sack's avatar Jakob Sack
Browse files

Merge branch 'master' of git://anongit.kde.org/owncloud

parents ef3386c5 06033914
No related branches found
No related tags found
Loading
...@@ -47,7 +47,7 @@ elseif($not_installed OR $install_called) { ...@@ -47,7 +47,7 @@ elseif($not_installed OR $install_called) {
elseif(OC_USER::isLoggedIn()) { elseif(OC_USER::isLoggedIn()) {
if(isset($_GET["logout"]) and ($_GET["logout"])) { if(isset($_GET["logout"]) and ($_GET["logout"])) {
OC_USER::logout(); OC_USER::logout();
header("Location: $WEBROOT"); header("Location: ".$WEBROOT.'/');
exit(); exit();
} }
else { else {
......
...@@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') { ...@@ -23,7 +23,7 @@ if(isset($_POST['install']) AND $_POST['install']=='true') {
OC_TEMPLATE::printGuestPage("", "installation", $options); OC_TEMPLATE::printGuestPage("", "installation", $options);
} }
else { else {
header("Location: $WEBROOT$SUBURI"); header("Location: ".$WEBROOT.'/');
exit(); exit();
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment