diff options
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'])) { |