diff options
author | EliasZ <mail@eliaszerrouq.nl> | 2013-08-24 15:59:51 +0200 |
---|---|---|
committer | EliasZ <mail@eliaszerrouq.nl> | 2013-08-24 15:59:51 +0200 |
commit | 66b6a3b5e2410827ac23bea0439f2fad03240018 (patch) | |
tree | 80661f9b88b32b2e453f90e9a518e8abd2eafc8e /inc/poche/define.inc.php | |
parent | 38b418b7d63783fa0c7b920b7de6a1f6930fc7cb (diff) | |
download | wallabag-66b6a3b5e2410827ac23bea0439f2fad03240018.tar.gz wallabag-66b6a3b5e2410827ac23bea0439f2fad03240018.tar.zst wallabag-66b6a3b5e2410827ac23bea0439f2fad03240018.zip |
graceful error-handling with imports, define where import files are stored
Diffstat (limited to 'inc/poche/define.inc.php')
-rw-r--r-- | inc/poche/define.inc.php | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/inc/poche/define.inc.php b/inc/poche/define.inc.php index 2154ce88..2d0a39ec 100644 --- a/inc/poche/define.inc.php +++ b/inc/poche/define.inc.php | |||
@@ -29,4 +29,8 @@ define ('TPL', __DIR__ . '/../../tpl'); | |||
29 | define ('LOCALE', __DIR__ . '/../../locale'); | 29 | define ('LOCALE', __DIR__ . '/../../locale'); |
30 | define ('CACHE', __DIR__ . '/../../cache'); | 30 | define ('CACHE', __DIR__ . '/../../cache'); |
31 | define ('PAGINATION', '10'); | 31 | define ('PAGINATION', '10'); |
32 | define ('THEME', 'light'); \ No newline at end of file | 32 | define ('THEME', 'light'); |
33 | |||
34 | define ('IMPORT_POCKET_FILE', './ril_export.html'); | ||
35 | define ('IMPORT_READABILITY_FILE', './readability'); | ||
36 | define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html'); \ No newline at end of file | ||