aboutsummaryrefslogtreecommitdiffhomepage
path: root/install/index.php
diff options
context:
space:
mode:
authorVincent Malley <vincent.malley@insalien.org>2015-06-02 11:09:37 -0400
committerVincent Malley <vincent.malley@insalien.org>2015-06-02 11:09:37 -0400
commit900f2a91604bf04e86ac7ff4a22f2b19439c6652 (patch)
tree0185d8b6fbd1ea5a48ad1ed2e79394cb3596f95e /install/index.php
parentf9c8087f787b6ac38ca2c3b6a876a803860b8991 (diff)
parentddbb2308a3302e2d2d6ff89f4dd3235f85d335e1 (diff)
downloadwallabag-900f2a91604bf04e86ac7ff4a22f2b19439c6652.tar.gz
wallabag-900f2a91604bf04e86ac7ff4a22f2b19439c6652.tar.zst
wallabag-900f2a91604bf04e86ac7ff4a22f2b19439c6652.zip
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'install/index.php')
-rwxr-xr-xinstall/index.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/install/index.php b/install/index.php
index 654d21ca..bb351095 100755
--- a/install/index.php
+++ b/install/index.php
@@ -36,8 +36,6 @@ if (isset($_SERVER['HTTP_COOKIE'])) {
36if (isset($_SESSION['poche_user'])) { 36if (isset($_SESSION['poche_user'])) {
37 unset($_SESSION['poche_user']); 37 unset($_SESSION['poche_user']);
38} 38}
39session_destroy();
40
41 39
42if (isset($_GET['clean'])) { 40if (isset($_GET['clean'])) {
43 if (is_dir('install')){ 41 if (is_dir('install')){