aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/define.inc.php
diff options
context:
space:
mode:
authorEliasZ <mail@eliaszerrouq.nl>2013-08-24 15:59:51 +0200
committerEliasZ <mail@eliaszerrouq.nl>2013-08-24 15:59:51 +0200
commit66b6a3b5e2410827ac23bea0439f2fad03240018 (patch)
tree80661f9b88b32b2e453f90e9a518e8abd2eafc8e /inc/poche/define.inc.php
parent38b418b7d63783fa0c7b920b7de6a1f6930fc7cb (diff)
downloadwallabag-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.php6
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');
29define ('LOCALE', __DIR__ . '/../../locale'); 29define ('LOCALE', __DIR__ . '/../../locale');
30define ('CACHE', __DIR__ . '/../../cache'); 30define ('CACHE', __DIR__ . '/../../cache');
31define ('PAGINATION', '10'); 31define ('PAGINATION', '10');
32define ('THEME', 'light'); \ No newline at end of file 32define ('THEME', 'light');
33
34define ('IMPORT_POCKET_FILE', './ril_export.html');
35define ('IMPORT_READABILITY_FILE', './readability');
36define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html'); \ No newline at end of file