Add fallback option for moderator approval

This commit is contained in:
Daniel Winzen
2016-04-11 15:58:06 +02:00
parent bc3bb8e3a4
commit fd807ff5ff
4 changed files with 10 additions and 6 deletions

View File

@ -322,6 +322,7 @@ $I=array(
'jsonextrequired' => 'The json extension of PHP is required for this feature. Please install it first.',
'sendmail' => 'Send mail on new public message',
'mailsender' => 'Send mail using this address',
'mailreceiver' => 'Send mail to this address'
'mailreceiver' => 'Send mail to this address',
'modfallback' => 'Fallback to waiting room, if no moderator is present to approve guests'
);
?>