stockage de la version dans la config

This commit is contained in:
nicosomb 2013-04-19 13:37:38 +02:00
parent a1953dff8f
commit bf18db78b3
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
* @license http://www.wtfpl.net/ see COPYING file
*/
define ('POCHE_VERSION', '0.1');
if (!is_dir('db/')) {
@mkdir('db/',0705);
}