mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-28 14:44:41 +02:00
Little refactoring to reduce logic on index.php.
Moved RssExpander as a core logic system to lib/Bridge.php Signed-off-by: teromene <teromene@teromene.fr>
This commit is contained in:
parent
4da956f365
commit
d033bb51ac
9 changed files with 201 additions and 212 deletions
|
@ -12,6 +12,7 @@ require __DIR__ . '/Item.php';
|
|||
require __DIR__ . '/Format.php';
|
||||
require __DIR__ . '/Bridge.php';
|
||||
require __DIR__ . '/Cache.php';
|
||||
require __DIR__ . '/HTMLUtils.php';
|
||||
|
||||
$vendorLibSimpleHtmlDom = __DIR__ . PATH_VENDOR . '/simplehtmldom/simple_html_dom.php';
|
||||
if( !file_exists($vendorLibSimpleHtmlDom) ){
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue