mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-30 15:44:47 +02:00
fix: rewrite and improve caching (#3594)
This commit is contained in:
parent
a786bbd4e0
commit
4b9f6f7e53
45 changed files with 993 additions and 1169 deletions
|
@ -39,10 +39,10 @@ const MAX_FILE_SIZE = 10000000;
|
|||
// Files
|
||||
$files = [
|
||||
__DIR__ . '/../lib/html.php',
|
||||
__DIR__ . '/../lib/error.php',
|
||||
__DIR__ . '/../lib/contents.php',
|
||||
__DIR__ . '/../lib/php8backports.php',
|
||||
__DIR__ . '/../lib/utils.php',
|
||||
__DIR__ . '/../lib/http.php',
|
||||
// Vendor
|
||||
__DIR__ . '/../vendor/parsedown/Parsedown.php',
|
||||
__DIR__ . '/../vendor/php-urljoin/src/urljoin.php',
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue