aboutsummaryrefslogtreecommitdiffstats
path: root/include
diff options
context:
space:
mode:
authorfriendica <info@friendica.com>2013-12-03 16:31:05 -0800
committerfriendica <info@friendica.com>2013-12-03 16:31:05 -0800
commitf57909d19075ffe74358ce2cb48c4be66e964a7c (patch)
tree7070e1eb2c6d4a9d446f0a7c11c38cec2800fd32 /include
parent6c321be03c8edd062866b1775bca560beec9d602 (diff)
downloadvolse-hubzilla-f57909d19075ffe74358ce2cb48c4be66e964a7c.tar.gz
volse-hubzilla-f57909d19075ffe74358ce2cb48c4be66e964a7c.tar.bz2
volse-hubzilla-f57909d19075ffe74358ce2cb48c4be66e964a7c.zip
on successful magic-auth, put remote_service_class and remote_hub into the session
Diffstat (limited to 'include')
-rw-r--r--include/auth.php2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/auth.php b/include/auth.php
index 8eb8bf333..c0002e6c1 100644
--- a/include/auth.php
+++ b/include/auth.php
@@ -22,6 +22,8 @@ function nuke_session() {
unset($_SESSION['my_address']);
unset($_SESSION['addr']);
unset($_SESSION['return_url']);
+ unset($_SESSION['remote_service_class']);
+ unset($_SESSION['remote_hub']);
}
/**