added garbage collection to viewed images

This commit is contained in:
SJ
2014-02-24 10:10:28 +01:00
parent 190ce71af7
commit 81b6f2357d
3 changed files with 5 additions and 3 deletions

View File

@ -47,6 +47,8 @@ class ModelMailMail extends Model {
fclose($r);
syslog(LOG_INFO, "sending mail from=$from, rcpt=" . implode(" ", $to) . ", status=$ok");
return $ok;
}