mirror of
https://git.tt-rss.org/git/tt-rss.git
synced 2025-12-17 14:21:30 +00:00
implement upload-related support for open_basedir
This commit is contained in:
@@ -1191,7 +1191,7 @@
|
||||
}
|
||||
|
||||
function expire_cached_files($debug) {
|
||||
foreach (array("simplepie", "images", "export") as $dir) {
|
||||
foreach (array("simplepie", "images", "export", "upload") as $dir) {
|
||||
$cache_dir = CACHE_DIR . "/$dir";
|
||||
|
||||
if ($debug) _debug("Expiring $cache_dir");
|
||||
|
||||
Reference in New Issue
Block a user