Last update before closing project. Thank you!
git-svn-id: https://svn.pioder.pl/uf-svn/uF@38 72ec579a-5ced-4fa4-82f3-afba5d98df2f
This commit is contained in:
@@ -20,7 +20,7 @@ function SendEmail($email, $title, $content)
|
||||
$email_headers = "MIME-Version: 1.0\r\n";
|
||||
$email_headers .= "Content-type: text/html; charset=iso-8859-2\r\n";
|
||||
$email_headers .= "From: ".$forum_config['forumname']." \n";
|
||||
$email_date = date('d-m-Y, G:i',time());
|
||||
$email_date = date('d-m-Y, G:i',$_SERVER['REQUEST_TIME']);
|
||||
|
||||
$email_content = '
|
||||
<html>
|
||||
|
||||
Reference in New Issue
Block a user