mysql support

This commit is contained in:
Nicolas Lœuillet
2013-08-05 08:54:42 +02:00
parent 2a1791a4b1
commit 3208d538a7
2 changed files with 203 additions and 1 deletions

View File

@ -20,7 +20,7 @@ define ('TPL', './tpl');
define ('LOCALE', './locale');
define ('CACHE', './cache');
define ('LANG', 'fr_FR.UTF8');
$storage_type = 'sqlite'; # sqlite, file
$storage_type = 'sqlite'; # sqlite, mysql, (file, not yet)
# /!\ Be careful if you change the lines below /!\
require_once './inc/poche/Tools.class.php';