aboutsummaryrefslogtreecommitdiffhomepage
path: root/inc/poche/config.inc.php.new
diff options
context:
space:
mode:
authorNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-07 20:21:43 +0100
committerNicolas LÅ“uillet <nicolas.loeuillet@gmail.com>2014-01-07 20:21:43 +0100
commit8905191413f20e7fba1d635a06cf5ec2ff86cbb3 (patch)
treeb867fbc45d1d1937d3144d03aa05f2a88758d44a /inc/poche/config.inc.php.new
parente1cf0fda27df031e478e55d6df08823d42fe2220 (diff)
downloadwallabag-8905191413f20e7fba1d635a06cf5ec2ff86cbb3.tar.gz
wallabag-8905191413f20e7fba1d635a06cf5ec2ff86cbb3.tar.zst
wallabag-8905191413f20e7fba1d635a06cf5ec2ff86cbb3.zip
[add] import from poche, thank you @tsadiq #388
Diffstat (limited to 'inc/poche/config.inc.php.new')
-rwxr-xr-xinc/poche/config.inc.php.new2
1 files changed, 2 insertions, 0 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new
index c60d4f80..1c93be07 100755
--- a/inc/poche/config.inc.php.new
+++ b/inc/poche/config.inc.php.new
@@ -55,7 +55,9 @@ define ('PAGINATION', '10');
55define ('POCKET_FILE', '/ril_export.html'); 55define ('POCKET_FILE', '/ril_export.html');
56define ('READABILITY_FILE', '/readability'); 56define ('READABILITY_FILE', '/readability');
57define ('INSTAPAPER_FILE', '/instapaper-export.html'); 57define ('INSTAPAPER_FILE', '/instapaper-export.html');
58define ('POCHE_FILE', '/poche-export');
58 59
59define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); 60define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE);
60define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); 61define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE);
61define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); 62define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE);
63define ('IMPORT_POCHE_FILE', ROOT . POCHE_FILE); \ No newline at end of file