aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-19 13:37:38 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-19 13:37:38 +0200
commitbf18db78b315c6bd0c2c985314cbb8d8cd158371 (patch)
treeec16355e5a3a24d4b7eb5fe442e644622b133c2f /inc
parenta1953dff8f39b225b408c3046246e9446a01f305 (diff)
downloadwallabag-bf18db78b315c6bd0c2c985314cbb8d8cd158371.tar.gz
wallabag-bf18db78b315c6bd0c2c985314cbb8d8cd158371.tar.zst
wallabag-bf18db78b315c6bd0c2c985314cbb8d8cd158371.zip
stockage de la version dans la config
Diffstat (limited to 'inc')
-rw-r--r--inc/config.php2
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
11define ('POCHE_VERSION', '0.1');
12
11if (!is_dir('db/')) { 13if (!is_dir('db/')) {
12 @mkdir('db/',0705); 14 @mkdir('db/',0705);
13} 15}