diff options
author | nicosomb <nicolas@loeuillet.org> | 2013-04-23 15:25:12 +0200 |
---|---|---|
committer | nicosomb <nicolas@loeuillet.org> | 2013-04-23 15:25:12 +0200 |
commit | 2987031bc3d30437e7b34c3fe912a0ccbcc87f10 (patch) | |
tree | 47b0f7ca59ceb5922ef68d8b74b81e5d539634e6 /inc/config.php | |
parent | 3e7188185d9d4be054ed3807c8b910d1e5f504f8 (diff) | |
download | wallabag-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.php | 1 |
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 | ||
17 | define ('ABS_PATH', 'assets/'); | 17 | define ('ABS_PATH', 'assets/'); |
18 | define ('CONVERT_LINKS_FOOTNOTES', TRUE); | 18 | define ('CONVERT_LINKS_FOOTNOTES', TRUE); |
19 | define ('REVERT_FORCED_PARAGRAPH_ELEMENTS',FALSE); | ||
19 | define ('DOWNLOAD_PICTURES', TRUE); | 20 | define ('DOWNLOAD_PICTURES', TRUE); |
20 | $storage_type = 'sqlite'; # sqlite or file | 21 | $storage_type = 'sqlite'; # sqlite or file |
21 | 22 | ||