mirror of
https://github.com/wallabag/wallabag.git
synced 2024-11-19 23:51:01 +00:00
change import files constants
This commit is contained in:
parent
58ace4941e
commit
92cd6e9af8
1 changed files with 7 additions and 3 deletions
|
@ -51,6 +51,10 @@ define ('PAGINATION', '10');
|
||||||
|
|
||||||
define ('POCHE_VERSION', '1.0-beta5');
|
define ('POCHE_VERSION', '1.0-beta5');
|
||||||
|
|
||||||
define ('IMPORT_POCKET_FILE', ROOT . '/ril_export.html');
|
define ('POCKET_FILE', '/ril_export.html');
|
||||||
define ('IMPORT_READABILITY_FILE', ROOT . '/readability');
|
define ('READABILITY_FILE', '/readability');
|
||||||
define ('IMPORT_INSTAPAPER_FILE', ROOT . '/instapaper-export.html');
|
define ('INSTAPAPER_FILE', '/instapaper-export.html');
|
||||||
|
|
||||||
|
define ('IMPORT_POCKET_FILE', ROOT . POCKET_FILE);
|
||||||
|
define ('IMPORT_READABILITY_FILE', ROOT . READABILITY_FILE);
|
||||||
|
define ('IMPORT_INSTAPAPER_FILE', ROOT . INSTAPAPER_FILE);
|
Loading…
Reference in a new issue