mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-26 17:54:39 +02:00
Repeat after me "Paul is a moron"
git-svn-id: file:///svn/phpbb/trunk@2080 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -102,7 +102,7 @@ if( !$is_auth['auth_read'] || !$is_auth['auth_view'] )
|
||||
if ( !$userdata['session_logged_in'] )
|
||||
{
|
||||
$redirect = POST_FORUM_URL . "=$forum_id" . ( ( isset($start) ) ? "&start=$start" : "" );
|
||||
header("Location: " . append_sid("posting.$phpEx?redirect=viewforum.$phpEx&$redirect", true));
|
||||
header("Location: " . append_sid("login.$phpEx?redirect=viewforum.$phpEx&$redirect", true));
|
||||
}
|
||||
//
|
||||
// The user is not authed to read this forum ...
|
||||
|
Reference in New Issue
Block a user