summaryrefslogtreecommitdiffstats
path: root/index.php
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 19:41:00 +0200
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 19:41:00 +0200
commit4bcb6f5346271e0a92b4b0450f709474910d571b (patch)
treea2272c4e11041931c06f7421420926a461c58761 /index.php
parent340f6bbaba62af6079cfa9485e458d2917bbe5e8 (diff)
downloadnextcloud-server-4bcb6f5346271e0a92b4b0450f709474910d571b.tar.gz
nextcloud-server-4bcb6f5346271e0a92b4b0450f709474910d571b.zip
remeber cookie bug fixed
Diffstat (limited to 'index.php')
-rw-r--r--index.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/index.php b/index.php
index d2d0700c577..2e55827a62a 100644
--- a/index.php
+++ b/index.php
@@ -68,6 +68,9 @@ else {
OC_User::setUserId($_COOKIE['oc_username']);
OC_Util::redirectToDefaultPage();
}
+ else {
+ OC_User::unsetMagicInCookie();
+ }
}
// Someone wants to log in :