diff options
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 | ||