mirror of
https://github.com/friendica/friendica
synced 2025-05-01 21:44:27 +02:00
Remove/replace killme() with *exit()
This commit is contained in:
parent
df386800d3
commit
895b3abf32
75 changed files with 167 additions and 187 deletions
|
@ -88,8 +88,9 @@ class Emailer
|
|||
'headers' => $messageHeader,
|
||||
'parameters' => $sendmail_params
|
||||
];
|
||||
//echo "<pre>"; var_dump($hookdata); killme();
|
||||
|
||||
Addon::callHooks("emailer_send", $hookdata);
|
||||
|
||||
$res = mail(
|
||||
$hookdata['to'],
|
||||
$hookdata['subject'],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue