diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-07 20:21:43 +0100 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2014-01-07 20:21:43 +0100 |
commit | 8905191413f20e7fba1d635a06cf5ec2ff86cbb3 (patch) | |
tree | b867fbc45d1d1937d3144d03aa05f2a88758d44a /inc/poche/config.inc.php.new | |
parent | e1cf0fda27df031e478e55d6df08823d42fe2220 (diff) | |
download | wallabag-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-x | inc/poche/config.inc.php.new | 2 |
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'); | |||
55 | define ('POCKET_FILE', '/ril_export.html'); | 55 | define ('POCKET_FILE', '/ril_export.html'); |
56 | define ('READABILITY_FILE', '/readability'); | 56 | define ('READABILITY_FILE', '/readability'); |
57 | define ('INSTAPAPER_FILE', '/instapaper-export.html'); | 57 | define ('INSTAPAPER_FILE', '/instapaper-export.html'); |
58 | define ('POCHE_FILE', '/poche-export'); | ||
58 | 59 | ||
59 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); | 60 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); |
60 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); | 61 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); |
61 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); | 62 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); |
63 | define ('IMPORT_POCHE_FILE', ROOT . POCHE_FILE); \ No newline at end of file | ||