mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-29 02:59:52 +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:
@@ -99,9 +99,9 @@ if( !$is_auth['auth_read'] || !$is_auth['auth_view'] )
|
||||
//
|
||||
// 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 of auth check
|
||||
|
Reference in New Issue
Block a user