mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Switching to Symfony Mailer (#629)
* Switching to Symfony Mailer Additionally, support for all versions of PHP below 7.4 has been withdrawn * Language variable for reply to * Update to PHP 7.4
This commit is contained in:
parent
9689efd6f4
commit
faf2306862
28 changed files with 1450 additions and 584 deletions
|
@ -184,7 +184,7 @@ if (IS_ADMIN) {
|
|||
'dis_post' => bf($profiledata['user_opt'], 'user_opt', 'dis_post'),
|
||||
'dis_post_edit' => bf($profiledata['user_opt'], 'user_opt', 'dis_post_edit'),
|
||||
'dis_topic' => bf($profiledata['user_opt'], 'user_opt', 'dis_topic'),
|
||||
));
|
||||
), JSON_THROW_ON_ERROR);
|
||||
|
||||
$template->assign_vars(array(
|
||||
'EDITABLE_TPLS' => true,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue