graceful error-handling with imports, define where import files are stored

This commit is contained in:
EliasZ
2013-08-24 15:59:51 +02:00
parent 38b418b7d6
commit 66b6a3b5e2
2 changed files with 36 additions and 13 deletions

View File

@ -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');