diff options
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'; |