mirror of
https://github.com/torrentpier/torrentpier
synced 2025-08-14 18:48:21 -07:00
Added $bb_cfg['emailer']['enabled'] admin_mass_email.php check in
This commit is contained in:
parent
3767ff9e92
commit
8b1909a5a6
1 changed files with 4 additions and 0 deletions
|
@ -14,6 +14,10 @@ if (!empty($setmodules)) {
|
|||
|
||||
require __DIR__ . '/pagestart.php';
|
||||
|
||||
if (!$bb_cfg['emailer']['enabled']) {
|
||||
bb_die($lang['EMAILER_DISABLED']);
|
||||
}
|
||||
|
||||
set_time_limit(1200);
|
||||
|
||||
$subject = (string)trim(request_var('subject', ''));
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue