aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-23 09:40:35 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-23 09:40:35 +0200
commit8444bb0600f2432835a7ceaad8c87d4e63f26bd4 (patch)
treed56ca95f3725c5d52c3088a53d4c85e062f6a783 /inc
parente682978e5b5da7c40ffd3854bd35e2d4e28dcdc8 (diff)
parent37f2773aa548a92456570083abcf9776f5774906 (diff)
downloadwallabag-8444bb0600f2432835a7ceaad8c87d4e63f26bd4.tar.gz
wallabag-8444bb0600f2432835a7ceaad8c87d4e63f26bd4.tar.zst
wallabag-8444bb0600f2432835a7ceaad8c87d4e63f26bd4.zip
Merge branch 'master' of github.com:inthepoche/poche
Diffstat (limited to 'inc')
-rw-r--r--inc/config.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/inc/config.php b/inc/config.php
index 9d4b7fae..8bafd595 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
11define ('POCHE_VERSION', '0.2'); 11define ('POCHE_VERSION', '0.2.1');
12 12
13if (!is_dir('db/')) { 13if (!is_dir('db/')) {
14 @mkdir('db/',0705); 14 @mkdir('db/',0705);