Bug with variables replacement and Crowdin localization fix.

This commit is contained in:
Yuriy Pikhtarev 2017-05-23 23:14:01 +03:00
commit b73d4cf490
No known key found for this signature in database
GPG key ID: 3A9B5A757B48ECC6
169 changed files with 337 additions and 338 deletions

View file

@ -403,6 +403,7 @@ $bb_cfg['pm_notify_enabled'] = true;
$bb_cfg['group_send_email'] = true;
$bb_cfg['email_change_disabled'] = false; // disable changing email by user
$bb_cfg['bounce_email'] = "bounce@$domain_name"; // bounce email address
$bb_cfg['tech_admin_email'] = "admin@$domain_name"; // email for sending error reports
$bb_cfg['abuse_email'] = "abuse@$domain_name";
$bb_cfg['adv_email'] = "adv@$domain_name";