aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/config.php
diff options
context:
space:
mode:
authornicosomb <nicolas@loeuillet.org>2013-04-23 15:25:12 +0200
committernicosomb <nicolas@loeuillet.org>2013-04-23 15:25:12 +0200
commit2987031bc3d30437e7b34c3fe912a0ccbcc87f10 (patch)
tree47b0f7ca59ceb5922ef68d8b74b81e5d539634e6 /inc/config.php
parent3e7188185d9d4be054ed3807c8b910d1e5f504f8 (diff)
downloadwallabag-2987031bc3d30437e7b34c3fe912a0ccbcc87f10.tar.gz
wallabag-2987031bc3d30437e7b34c3fe912a0ccbcc87f10.tar.zst
wallabag-2987031bc3d30437e7b34c3fe912a0ccbcc87f10.zip
Fixed #73 - Can't Poch url with special caracter
Diffstat (limited to 'inc/config.php')
-rw-r--r--inc/config.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/inc/config.php b/inc/config.php
index 8bafd595..737f5215 100644
--- a/inc/config.php
+++ b/inc/config.php
@@ -16,6 +16,7 @@ if (!is_dir('db/')) {
16 16
17define ('ABS_PATH', 'assets/'); 17define ('ABS_PATH', 'assets/');
18define ('CONVERT_LINKS_FOOTNOTES', TRUE); 18define ('CONVERT_LINKS_FOOTNOTES', TRUE);
19define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE);
19define ('DOWNLOAD_PICTURES', TRUE); 20define ('DOWNLOAD_PICTURES', TRUE);
20$storage_type = 'sqlite'; # sqlite or file 21$storage_type = 'sqlite'; # sqlite or file
21 22