mirror of
https://bitbucket.org/jsuto/piler.git
synced 2025-06-12 23:17:02 +02:00
added garbage collection to viewed images
This commit is contained in:
@ -47,6 +47,8 @@ class ModelMailMail extends Model {
|
||||
|
||||
fclose($r);
|
||||
|
||||
syslog(LOG_INFO, "sending mail from=$from, rcpt=" . implode(" ", $to) . ", status=$ok");
|
||||
|
||||
return $ok;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user