aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/define.inc.php
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-24 22:42:37 -0700
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2013-08-24 22:42:37 -0700
commit217bacc66371f41a58cca924bec575102491db35 (patch)
tree6b95c7e88f77d015f1d2c9c098898420d9f96fc6 /inc/poche/define.inc.php
parent83954e711d7f79173db00ad7160f6d1d6a3a9c5d (diff)
parentdb4767e22b9c130bdfe7102383d0f42a2eece490 (diff)
downloadwallabag-217bacc66371f41a58cca924bec575102491db35.tar.gz
wallabag-217bacc66371f41a58cca924bec575102491db35.tar.zst
wallabag-217bacc66371f41a58cca924bec575102491db35.zip
Merge pull request #173 from EliasZ/dev
Graceful error-handling with imports and defining 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