1
0
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:
Andrew Dolgov
2013-04-11 19:12:00 +04:00
parent 063ac61353
commit 3306daecf4
7 changed files with 80 additions and 19 deletions

View File

@@ -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");