aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 08:54:42 +0200
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-05 08:54:42 +0200
commit3208d538a750866221fa231d4230082eef90ca69 (patch)
tree638d74606c16c9cd91b7cde43cf724f4808149c1 /inc/poche/config.inc.php
parent2a1791a4b1c319fc5bbc286d0bc94827fe1feec9 (diff)
downloadwallabag-3208d538a750866221fa231d4230082eef90ca69.tar.gz
wallabag-3208d538a750866221fa231d4230082eef90ca69.tar.zst
wallabag-3208d538a750866221fa231d4230082eef90ca69.zip
mysql support
Diffstat (limited to 'inc/poche/config.inc.php')
-rw-r--r--inc/poche/config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/poche/config.inc.php b/inc/poche/config.inc.php
index 98a9ee6b..67d0c887 100644
--- a/inc/poche/config.inc.php
+++ b/inc/poche/config.inc.php
@@ -20,7 +20,7 @@ define ('TPL', './tpl');
20define ('LOCALE', './locale'); 20define ('LOCALE', './locale');
21define ('CACHE', './cache'); 21define ('CACHE', './cache');
22define ('LANG', 'fr_FR.UTF8'); 22define ('LANG', 'fr_FR.UTF8');
23$storage_type = 'sqlite'; # sqlite, file 23$storage_type = 'sqlite'; # sqlite, mysql, (file, not yet)
24 24
25# /!\ Be careful if you change the lines below /!\ 25# /!\ Be careful if you change the lines below /!\
26require_once './inc/poche/Tools.class.php'; 26require_once './inc/poche/Tools.class.php';