Make nocache refresh hack configurable in profile

This commit is contained in:
Daniel Winzen
2016-04-18 17:22:22 +02:00
parent 0b8cdcc1e5
commit 60355735ee
4 changed files with 46 additions and 39 deletions

View File

@ -330,6 +330,7 @@ $I=array(
'assuguest' => 'As applicant',
'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.'
'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.'
);
?>