diff options
Diffstat (limited to 'inc')
-rw-r--r-- | inc/config.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php index 063952a5..38cb5eef 100644 --- a/inc/config.php +++ b/inc/config.php | |||
@@ -8,6 +8,8 @@ | |||
8 | * @license http://www.wtfpl.net/ see COPYING file | 8 | * @license http://www.wtfpl.net/ see COPYING file |
9 | */ | 9 | */ |
10 | 10 | ||
11 | define ('POCHE_VERSION', '0.1'); | ||
12 | |||
11 | if (!is_dir('db/')) { | 13 | if (!is_dir('db/')) { |
12 | @mkdir('db/',0705); | 14 | @mkdir('db/',0705); |
13 | } | 15 | } |