aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorThomas Citharel <tcit@tcit.fr>2015-05-09 19:17:24 +0200
committerThomas Citharel <tcit@tcit.fr>2015-05-09 19:17:24 +0200
commit63fd39c3265af7f02bcc0ac09bc732b89cab50fb (patch)
tree786f6facf8dcc3e82544a9598a74b35046d3818e
parent8d543d115aaf82cbe7785e0be50d2070979299c9 (diff)
downloadwallabag-1.9.1beta2.tar.gz
wallabag-1.9.1beta2.tar.zst
wallabag-1.9.1beta2.zip
just make sure this variable is gone for #11141.9.1beta2
-rwxr-xr-xinstall/index.php3
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
36if (isset($_SESSION['poche_user'])) {
37 unset($_SESSION['poche_user']);
38}
36session_destroy(); 39session_destroy();
37 40
38 41