diff options
Diffstat (limited to 'database.php')
-rw-r--r-- | database.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/database.php b/database.php index be20eb0..07f3318 100644 --- a/database.php +++ b/database.php @@ -74,9 +74,9 @@ Kind regards, the voting system. BODY; - mail($board,"Re: ".$decision['tag']." - ".$decision['title'],$body); + mail($board,"Re: ".$decision['tag']." - ".$decision['title'],$body,"From: Voting System <returns@caert.org>"); } } } } -?>
\ No newline at end of file +?> |