diff options
author | Vincent Malley <vincent.malley@insalien.org> | 2015-06-02 11:09:37 -0400 |
---|---|---|
committer | Vincent Malley <vincent.malley@insalien.org> | 2015-06-02 11:09:37 -0400 |
commit | 900f2a91604bf04e86ac7ff4a22f2b19439c6652 (patch) | |
tree | 0185d8b6fbd1ea5a48ad1ed2e79394cb3596f95e /install | |
parent | f9c8087f787b6ac38ca2c3b6a876a803860b8991 (diff) | |
parent | ddbb2308a3302e2d2d6ff89f4dd3235f85d335e1 (diff) | |
download | wallabag-900f2a91604bf04e86ac7ff4a22f2b19439c6652.tar.gz wallabag-900f2a91604bf04e86ac7ff4a22f2b19439c6652.tar.zst wallabag-900f2a91604bf04e86ac7ff4a22f2b19439c6652.zip |
Merge remote-tracking branch 'upstream/dev' into dev
Diffstat (limited to 'install')
-rwxr-xr-x | install/index.php | 2 |
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'])) { | |||
36 | if (isset($_SESSION['poche_user'])) { | 36 | if (isset($_SESSION['poche_user'])) { |
37 | unset($_SESSION['poche_user']); | 37 | unset($_SESSION['poche_user']); |
38 | } | 38 | } |
39 | session_destroy(); | ||
40 | |||
41 | 39 | ||
42 | if (isset($_GET['clean'])) { | 40 | if (isset($_GET['clean'])) { |
43 | if (is_dir('install')){ | 41 | if (is_dir('install')){ |