Add disable PM option

This commit is contained in:
Daniel Winzen
2016-04-19 20:14:06 +02:00
parent 63b4764ec4
commit b2df491ab7
4 changed files with 43 additions and 33 deletions

View File

@ -331,6 +331,7 @@ $I=array(
'fatalerror' => 'Fatal error',
'prevmatch' => 'Your match was as follows',
'matchtoolong' => 'Your match was too long. You can use max. 255 characters. Try splitting it up.',
'nocache' => 'Add refresh hack for old browsers.<br>Enable, if refreshing doesn\'t work.'
'nocache' => 'Add refresh hack for old browsers.<br>Enable, if refreshing doesn\'t work.',
'disablepm' => 'Disable private messages'
);
?>