diff options
author | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-21 21:44:49 +0200 |
---|---|---|
committer | Nicolas LÅ“uillet <nicolas.loeuillet@gmail.com> | 2013-09-21 21:44:49 +0200 |
commit | 92cd6e9af8c49be7b06beb583ee1c3026fbe356d (patch) | |
tree | b2b4e06fa85be876b713bde3c36b9555566180fe | |
parent | 58ace4941ef3ec92ab71ae84df816343e2deb625 (diff) | |
download | wallabag-92cd6e9af8c49be7b06beb583ee1c3026fbe356d.tar.gz wallabag-92cd6e9af8c49be7b06beb583ee1c3026fbe356d.tar.zst wallabag-92cd6e9af8c49be7b06beb583ee1c3026fbe356d.zip |
change import files constants
-rwxr-xr-x | inc/poche/config.inc.php.new | 10 |
1 files changed, 7 insertions, 3 deletions
diff --git a/inc/poche/config.inc.php.new b/inc/poche/config.inc.php.new index 7c407158..38d61e02 100755 --- a/inc/poche/config.inc.php.new +++ b/inc/poche/config.inc.php.new | |||
@@ -51,6 +51,10 @@ define ('PAGINATION', '10'); | |||
51 | 51 | ||
52 | define ('POCHE_VERSION', '1.0-beta5'); | 52 | define ('POCHE_VERSION', '1.0-beta5'); |
53 | 53 | ||
54 | define ('IMPORT_POCKET_FILE', ROOT . '/ril_export.html'); | 54 | define ('POCKET_FILE', '/ril_export.html'); |
55 | define ('IMPORT_READABILITY_FILE', ROOT . '/readability'); | 55 | define ('READABILITY_FILE', '/readability'); |
56 | define ('IMPORT_INSTAPAPER_FILE', ROOT . '/instapaper-export.html'); \ No newline at end of file | 56 | define ('INSTAPAPER_FILE', '/instapaper-export.html'); |
57 | |||
58 | define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE); | ||
59 | define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE); | ||
60 | define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE); \ No newline at end of file | ||