From b916bcfccc5a8b1c1852c0bf39bb6f9837296a4e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nicolas=20L=C5=93uillet?= Date: Wed, 7 Aug 2013 19:14:28 +0200 Subject: fixes for 1.0-beta --- inc/poche/config.inc.php | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'inc/poche/config.inc.php') 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 @@ */ # storage -define ('STORAGE','postgres'); # postgres, mysql, sqlite +define ('STORAGE','sqlite'); # postgres, mysql, sqlite define ('STORAGE_SERVER', 'localhost'); # leave blank for sqlite define ('STORAGE_DB', 'poche'); # only for postgres & mysql define ('STORAGE_SQLITE', './db/poche.sqlite'); @@ -52,7 +52,6 @@ if (DOWNLOAD_PICTURES) { } $poche = new Poche(); - #XSRF protection with token // if (!empty($_POST)) { // if (!Session::isToken($_POST['token'])) { -- cgit v1.2.3