diff options
Diffstat (limited to 'vote.php')
-rw-r--r-- | vote.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -67,7 +67,7 @@ Kind regards, the vote system BODY; - mail($board,"Re: $tag - $title",$body); + mail($board,"Re: $tag - $title",$body,"From: Voting System <returns@caert.org>"); } else { ?> <b>Your vote has NOT been registered.</b><br/> @@ -104,4 +104,4 @@ BODY; } ?> </body> -</html>
\ No newline at end of file +</html> |