diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 08:54:42 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-08-05 08:54:42 +0200 |
commit | 3208d538a750866221fa231d4230082eef90ca69 (patch) | |
tree | 638d74606c16c9cd91b7cde43cf724f4808149c1 /inc/poche | |
parent | 2a1791a4b1c319fc5bbc286d0bc94827fe1feec9 (diff) | |
download | wallabag-3208d538a750866221fa231d4230082eef90ca69.tar.gz wallabag-3208d538a750866221fa231d4230082eef90ca69.tar.zst wallabag-3208d538a750866221fa231d4230082eef90ca69.zip |
mysql support
Diffstat (limited to 'inc/poche')
-rw-r--r-- | inc/poche/config.inc.php | 2 |
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'); | |||
20 | define ('LOCALE', './locale'); | 20 | define ('LOCALE', './locale'); |
21 | define ('CACHE', './cache'); | 21 | define ('CACHE', './cache'); |
22 | define ('LANG', 'fr_FR.UTF8'); | 22 | define ('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 /!\ |
26 | require_once './inc/poche/Tools.class.php'; | 26 | require_once './inc/poche/Tools.class.php'; |