summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorFlorian Pritz <bluewind@xinu.at>2018-05-03 20:05:15 +0200
committerFlorian Pritz <bluewind@xinu.at>2018-05-03 20:05:15 +0200
commit013e68665673f0475e63d94a1977e09801d3e49c (patch)
treee7860353d1a12e03f50b493479629c3a5ff84e57
parent85c8e395c60dda0f7000ac6a5342be92b7f56eb5 (diff)
file/clean_stale_files: Remove multipaste tarballs
Signed-off-by: Florian Pritz <bluewind@xinu.at>
-rw-r--r--application/controllers/Main.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/application/controllers/Main.php b/application/controllers/Main.php
index 28582d821..63e9843dd 100644
--- a/application/controllers/Main.php
+++ b/application/controllers/Main.php
@@ -960,8 +960,7 @@ class Main extends MY_Controller {
}
}
- // TODO: clean up special/multipaste-tarballs? cron() already expires
- // after a rather short time, do we really need this here then?
+ $this->clean_multipaste_tarballs();
}
function nuke_id()