aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
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'])) {