mirror of
https://github.com/hotspotbilling/phpnuxbill.git
synced 2025-08-04 10:15:03 +02:00
delete die() debug, forgot to delete it
This commit is contained in:
parent
2ed3dc991a
commit
47c6e90624
4 changed files with 1 additions and 4 deletions
|
@ -115,7 +115,6 @@ class Message
|
|||
$mail->Subject = $subject;
|
||||
$mail->Body = $body;
|
||||
$mail->send();
|
||||
die();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue