core: Move initialization for static paths to rssbridge.php
Bridge, Format and Cache are all part of the core logic of RSS-Bridge and should therefore be initialized centrally
This commit is contained in:
parent
697d63bb96
commit
2104fc4d58
3 changed files with 12 additions and 7 deletions
|
@ -80,10 +80,6 @@ $whitelist_default = array(
|
|||
|
||||
try {
|
||||
|
||||
Bridge::setDir(PATH_LIB_BRIDGES);
|
||||
Format::setDir(PATH_LIB_FORMATS);
|
||||
Cache::setDir(PATH_LIB_CACHES);
|
||||
|
||||
if(!file_exists(WHITELIST_FILE)) {
|
||||
$whitelist_selection = $whitelist_default;
|
||||
$whitelist_write = implode("\n", $whitelist_default);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue