mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 01:43:45 +02:00
- telling the admin for what the board contact and board email addresses are used for and also making sure this explanation is correct ;)
- fixes for bugs #6694, #6664 and #6662 git-svn-id: file:///svn/phpbb/trunk@6826 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -305,7 +305,7 @@ switch ($mode)
|
||||
$messenger->im($row['user_jabber'], $row['username']);
|
||||
|
||||
$messenger->assign_vars(array(
|
||||
'BOARD_EMAIL' => $config['board_contact'],
|
||||
'BOARD_CONTACT' => $config['board_contact'],
|
||||
'FROM_USERNAME' => htmlspecialchars_decode($user->data['username']),
|
||||
'TO_USERNAME' => htmlspecialchars_decode($row['username']),
|
||||
'MESSAGE' => htmlspecialchars_decode($message))
|
||||
@@ -780,7 +780,7 @@ switch ($mode)
|
||||
$messenger->headers('X-AntiAbuse: User IP - ' . $user->ip);
|
||||
|
||||
$messenger->assign_vars(array(
|
||||
'BOARD_EMAIL' => $config['board_contact'],
|
||||
'BOARD_CONTACT' => $config['board_contact'],
|
||||
'TO_USERNAME' => htmlspecialchars_decode($row['to_name']),
|
||||
'FROM_USERNAME' => htmlspecialchars_decode($user->data['username']),
|
||||
'MESSAGE' => htmlspecialchars_decode($message))
|
||||
|
Reference in New Issue
Block a user