summaryrefslogtreecommitdiff
path: root/include/rssfuncs.php
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2013-04-11 19:12:00 +0400
committerAndrew Dolgov <[email protected]>2013-04-11 19:12:00 +0400
commit3306daecf4450555961490c11e70e7cf7fe7b86e (patch)
tree98e1162f201f0f0672e14bd12c76677e4d24337e /include/rssfuncs.php
parent063ac6135304223d6667401936e3a3931522b07c (diff)
implement upload-related support for open_basedir
Diffstat (limited to 'include/rssfuncs.php')
-rw-r--r--include/rssfuncs.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rssfuncs.php b/include/rssfuncs.php
index 727e42897..7c2e1655b 100644
--- a/include/rssfuncs.php
+++ b/include/rssfuncs.php
@@ -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");