diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-19 13:38:16 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-19 13:38:16 +0200 |
commit | ff4d8c8c1efca0759330906419cb5f36de86d156 (patch) | |
tree | 1f1918724433b9b7768ca23114586fb217186fc9 /inc/config.php | |
parent | bf18db78b315c6bd0c2c985314cbb8d8cd158371 (diff) | |
download | wallabag-ff4d8c8c1efca0759330906419cb5f36de86d156.tar.gz wallabag-ff4d8c8c1efca0759330906419cb5f36de86d156.tar.zst wallabag-ff4d8c8c1efca0759330906419cb5f36de86d156.zip |
tag 0.110.11
Diffstat (limited to 'inc/config.php')
-rw-r--r-- | inc/config.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/config.php b/inc/config.php index 38cb5eef..c63b07b9 100644 --- a/inc/config.php +++ b/inc/config.php | |||
@@ -8,7 +8,7 @@ | |||
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'); | 11 | define ('POCHE_VERSION', '0.11'); |
12 | 12 | ||
13 | if (!is_dir('db/')) { | 13 | if (!is_dir('db/')) { |
14 | @mkdir('db/',0705); | 14 | @mkdir('db/',0705); |