diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-19 13:37:38 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-19 13:37:38 +0200 |
commit | bf18db78b315c6bd0c2c985314cbb8d8cd158371 (patch) | |
tree | ec16355e5a3a24d4b7eb5fe442e644622b133c2f | |
parent | a1953dff8f39b225b408c3046246e9446a01f305 (diff) | |
download | wallabag-bf18db78b315c6bd0c2c985314cbb8d8cd158371.tar.gz wallabag-bf18db78b315c6bd0c2c985314cbb8d8cd158371.tar.zst wallabag-bf18db78b315c6bd0c2c985314cbb8d8cd158371.zip |
stockage de la version dans la config
-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 | } |