forked from wallabag/wallabag
graceful error-handling with imports, define where import files are stored
This commit is contained in:
@ -29,4 +29,8 @@ define ('TPL', __DIR__ . '/../../tpl');
|
||||
define ('LOCALE', __DIR__ . '/../../locale');
|
||||
define ('CACHE', __DIR__ . '/../../cache');
|
||||
define ('PAGINATION', '10');
|
||||
define ('THEME', 'light');
|
||||
define ('THEME', 'light');
|
||||
|
||||
define ('IMPORT_POCKET_FILE', './ril_export.html');
|
||||
define ('IMPORT_READABILITY_FILE', './readability');
|
||||
define ('IMPORT_INSTAPAPER_FILE', './instapaper-export.html');
|
||||
Reference in New Issue
Block a user