mirror of
https://github.com/RSS-Bridge/rss-bridge.git
synced 2025-04-05 09:09:37 +00:00
[Bridge] Enable cache file deletion
This commit is contained in:
parent
7363acfa6b
commit
e4b314f78a
@ -465,8 +465,8 @@ abstract class HttpCachingBridgeAbstract extends BridgeAbstract {
|
||||
// TODO build this from the variable given to Cache
|
||||
$cacheDir = __DIR__ . '/../cache/pages/';
|
||||
$filepath = $this->buildCacheFilePath($url, $cacheDir);
|
||||
$this->debugMessage('removing from cache \'' . $filepath . '\' WELL, NOT REALLY');
|
||||
// unlink($filepath);
|
||||
$this->debugMessage('removing from cache \'' . $filepath . '\'');
|
||||
unlink($filepath);
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user