aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-19 13:38:16 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-19 13:38:16 +0200
commitff4d8c8c1efca0759330906419cb5f36de86d156 (patch)
tree1f1918724433b9b7768ca23114586fb217186fc9
parentbf18db78b315c6bd0c2c985314cbb8d8cd158371 (diff)
downloadwallabag-ff4d8c8c1efca0759330906419cb5f36de86d156.tar.gz
wallabag-ff4d8c8c1efca0759330906419cb5f36de86d156.tar.zst
wallabag-ff4d8c8c1efca0759330906419cb5f36de86d156.zip
tag 0.110.11
-rw-r--r--inc/config.php2
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
11define ('POCHE_VERSION', '0.1'); 11define ('POCHE_VERSION', '0.11');
12 12
13if (!is_dir('db/')) { 13if (!is_dir('db/')) {
14 @mkdir('db/',0705); 14 @mkdir('db/',0705);