Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/server.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 21:41:00 +0400
committerMarvin Thomas Rabe <m.rabe@echtzeitraum.de>2011-10-04 21:41:00 +0400
commit4bcb6f5346271e0a92b4b0450f709474910d571b (patch)
treea2272c4e11041931c06f7421420926a461c58761 /index.php
parent340f6bbaba62af6079cfa9485e458d2917bbe5e8 (diff)
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 :