diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-07 19:14:28 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-07 19:14:28 +0200 |
commit | b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e (patch) | |
tree | 024990d5a8b1156ea173f327a4bb3a5d788f6baa /inc/poche/config.inc.php | |
parent | 580d60b9416b3445300f37fc0ecc160254ed0676 (diff) | |
download | wallabag-b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e.tar.gz wallabag-b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e.tar.zst wallabag-b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e.zip |
fixes for 1.0-beta
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r-- | inc/poche/config.inc.php | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php index ef2f699d..322f69d6 100644 --- a/inc/poche/config.inc.php +++ b/inc/poche/config.inc.php | |||
@@ -9,7 +9,7 @@ | |||
9 | */ | 9 | */ |
10 | 10 | ||
11 | # storage | 11 | # storage |
12 | define ('STORAGE','postgres'); # postgres, mysql, sqlite | 12 | define ('STORAGE','sqlite'); # postgres, mysql, sqlite |
13 | define ('STORAGE_SERVER', 'localhost'); # leave blank for sqlite | 13 | define ('STORAGE_SERVER', 'localhost'); # leave blank for sqlite |
14 | define ('STORAGE_DB', 'poche'); # only for postgres & mysql | 14 | define ('STORAGE_DB', 'poche'); # only for postgres & mysql |
15 | define ('STORAGE_SQLITE', './db/poche.sqlite'); | 15 | define ('STORAGE_SQLITE', './db/poche.sqlite'); |
@@ -52,7 +52,6 @@ if (DOWNLOAD_PICTURES) { | |||
52 | } | 52 | } |
53 | 53 | ||
54 | $poche = new Poche(); | 54 | $poche = new Poche(); |
55 | |||
56 | #XSRF protection with token | 55 | #XSRF protection with token |
57 | // if (!empty($_POST)) { | 56 | // if (!empty($_POST)) { |
58 | // if (!Session::isToken($_POST['token'])) { | 57 | // if (!Session::isToken($_POST['token'])) { |