mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-07-03 02:24:38 +02:00
core: Add path separator to PATH_CACHE
This commit is contained in:
parent
2104fc4d58
commit
ecdac1b089
4 changed files with 4 additions and 4 deletions
|
@ -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];
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue