aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-07 19:14:28 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-07 19:14:28 +0200
commitb916bcfccc5a8b1c1852c0bf39bb6f9837296a4e (patch)
tree024990d5a8b1156ea173f327a4bb3a5d788f6baa /inc/poche/config.inc.php
parent580d60b9416b3445300f37fc0ecc160254ed0676 (diff)
downloadwallabag-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.php3
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
12define ('STORAGE','postgres'); # postgres, mysql, sqlite 12define ('STORAGE','sqlite'); # postgres, mysql, sqlite
13define ('STORAGE_SERVER', 'localhost'); # leave blank for sqlite 13define ('STORAGE_SERVER', 'localhost'); # leave blank for sqlite
14define ('STORAGE_DB', 'poche'); # only for postgres & mysql 14define ('STORAGE_DB', 'poche'); # only for postgres & mysql
15define ('STORAGE_SQLITE', './db/poche.sqlite'); 15define ('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'])) {