diff options
author | Thomas Citharel <tcit@tcit.fr> | 2015-05-09 18:30:28 +0200 |
---|---|---|
committer | Thomas Citharel <tcit@tcit.fr> | 2015-05-09 18:30:28 +0200 |
commit | 02d4ab1a60eb48f00ad60ec48d02b65509a27e56 (patch) | |
tree | ccd76e9b1d8a7e09b246f084f366e31e32239c8e /install/install_functions.php | |
parent | dc20ddf9b8836880d0abc0aa3d7fbd636c11ee81 (diff) | |
download | wallabag-02d4ab1a60eb48f00ad60ec48d02b65509a27e56.tar.gz wallabag-02d4ab1a60eb48f00ad60ec48d02b65509a27e56.tar.zst wallabag-02d4ab1a60eb48f00ad60ec48d02b65509a27e56.zip |
fix sessions lasting through reinstallations, they are now deleted
Diffstat (limited to 'install/install_functions.php')
-rw-r--r-- | install/install_functions.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/install/install_functions.php b/install/install_functions.php index a40db373..a3bf3661 100644 --- a/install/install_functions.php +++ b/install/install_functions.php | |||
@@ -110,4 +110,4 @@ function executeQuery($handle, $sql, $params) { | |||
110 | } | 110 | } |
111 | } | 111 | } |
112 | 112 | ||
113 | ?> \ No newline at end of file | 113 | ?> |