diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-09 19:17:24 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-09 19:17:24 +0200 |
commit | 63fd39c3265af7f02bcc0ac09bc732b89cab50fb (patch) | |
tree | 786f6facf8dcc3e82544a9598a74b35046d3818e /install | |
parent | 8d543d115aaf82cbe7785e0be50d2070979299c9 (diff) | |
download | wallabag-63fd39c3265af7f02bcc0ac09bc732b89cab50fb.tar.gz wallabag-63fd39c3265af7f02bcc0ac09bc732b89cab50fb.tar.zst wallabag-63fd39c3265af7f02bcc0ac09bc732b89cab50fb.zip |
just make sure this variable is gone for #11141.9.1beta2
Diffstat (limited to 'install')
-rwxr-xr-x | install/index.php | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/install/index.php b/install/index.php index 81fd407a..654d21ca 100755 --- a/install/index.php +++ b/install/index.php | |||
@@ -33,6 +33,9 @@ if (isset($_SERVER['HTTP_COOKIE'])) { | |||
33 | } | 33 | } |
34 | } | 34 | } |
35 | // session part | 35 | // session part |
36 | if (isset($_SESSION['poche_user'])) { | ||
37 | unset($_SESSION['poche_user']); | ||
38 | } | ||
36 | session_destroy(); | 39 | session_destroy(); |
37 | 40 | ||
38 | 41 | ||