mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
Reminder to self, checking files at 2am bad, checking files at 2pm good
git-svn-id: file:///svn/phpbb/trunk@1435 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -192,9 +192,9 @@ if(!$is_auth['auth_view'] || !$is_auth['auth_read'])
|
||||
//
|
||||
// The user is not authed to read this forum ...
|
||||
//
|
||||
$msg = $lang['Sorry_auth'] . $is_auth['auth_read_type'] . $lang['can_read'] . $lang['this_forum'];
|
||||
$message = sprintf($lang['Sorry_auth_read'], $is_auth['auth_read_type']);
|
||||
|
||||
message_die(GENERAL_MESSAGE, $msg);
|
||||
message_die(GENERAL_MESSAGE, $message);
|
||||
}
|
||||
//
|
||||
// End auth check
|
||||
|
Reference in New Issue
Block a user