mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-21 13:54:02 -07:00
Removed useless "Subject:" from email templates (#993)
* Removed useless "Subject:" from email templates * Updated * Updated
This commit is contained in:
parent
cfd64c8442
commit
3f835e30e6
17 changed files with 14 additions and 41 deletions
|
@ -55,7 +55,6 @@ if (isset($_POST['submit'])) {
|
|||
|
||||
$emailer->set_template('user_activate_passwd', $row['user_lang']);
|
||||
$emailer->assign_vars([
|
||||
'SITENAME' => $bb_cfg['sitename'],
|
||||
'USERNAME' => $username,
|
||||
'PASSWORD' => $user_password,
|
||||
'U_ACTIVATE' => make_url('profile.php?mode=activate&' . POST_USERS_URL . '=' . $user_id . '&act_key=' . $user_actkey)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue