diff options
Diffstat (limited to 'inc/poche')
-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 | ||