diff --git a/inc/config.php b/inc/config.php index 063952a51..38cb5eef4 100644 --- a/inc/config.php +++ b/inc/config.php @@ -8,6 +8,8 @@ * @license http://www.wtfpl.net/ see COPYING file */ +define ('POCHE_VERSION', '0.1'); + if (!is_dir('db/')) { @mkdir('db/',0705); }