1
0
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:
Paul S. Owen
2001-11-24 15:57:31 +00:00
parent 64f1d8b8ac
commit 92e5512011
4 changed files with 30 additions and 35 deletions

View File

@@ -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