mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-08-01 14:20:16 +02:00
core: Add path separator to PATH_CACHE
This commit is contained in:
@@ -113,7 +113,7 @@ $defaultSpanText = DEFAULT_SPAN_TEXT){
|
||||
|
||||
// Initialize cache
|
||||
$cache = Cache::create('FileCache');
|
||||
$cache->setPath(PATH_CACHE . '/pages');
|
||||
$cache->setPath(PATH_CACHE . 'pages/');
|
||||
$cache->purgeCache(86400); // 24 hours (forced)
|
||||
|
||||
$params = [$url];
|
||||
|
Reference in New Issue
Block a user