aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/Session.class.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas@loeuillet.org>2013-07-31 17:19:50 +0200
committerNicolas LÅ“uillet <nicolas@loeuillet.org>2013-07-31 17:19:50 +0200
commit85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64 (patch)
tree0012345c93b1fe8a242963bede0db370598d6f2b /inc/Session.class.php
parent6588517b2d46cbc524260758d1fafd92b19ab681 (diff)
parent6d37de5f828b700843567a91418671919eed4be4 (diff)
downloadwallabag-85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64.tar.gz
wallabag-85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64.tar.zst
wallabag-85ebc80c7eaf88e4d57a52adb8e4c32d8cc34b64.zip
Merge branch 'dev'0.3
Diffstat (limited to 'inc/Session.class.php')
-rw-r--r--inc/Session.class.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/Session.class.php b/inc/Session.class.php
index ee12b3d1..eff924cc 100644
--- a/inc/Session.class.php
+++ b/inc/Session.class.php
@@ -93,7 +93,7 @@ class Session
93 // Force logout 93 // Force logout
94 public static function logout() 94 public static function logout()
95 { 95 {
96 unset($_SESSION['uid'],$_SESSION['info'],$_SESSION['expires_on'],$_SESSION['tokens']); 96 unset($_SESSION['uid'],$_SESSION['info'],$_SESSION['expires_on'],$_SESSION['tokens'], $_SESSION['login'], $_SESSION['pass']);
97 } 97 }
98 98
99 // Make sure user is logged in. 99 // Make sure user is logged in.