Compare commits

..

2 Commits
0.1 ... 0.11

Author SHA1 Message Date
ff4d8c8c1e tag 0.11 2013-04-19 13:38:16 +02:00
bf18db78b3 stockage de la version dans la config 2013-04-19 13:37:38 +02:00

View File

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