mirror of
https://github.com/phpbb/phpbb.git
synced 2025-07-30 21:40:43 +02:00
sql_in_set changes
git-svn-id: file:///svn/phpbb/trunk@6271 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -19,9 +19,6 @@ include($phpbb_root_path . 'common.' . $phpEx);
|
||||
$download_id = request_var('id', 0);
|
||||
$thumbnail = request_var('t', false);
|
||||
|
||||
// Disable browser check for downloads
|
||||
$config['browser_check'] = false;
|
||||
|
||||
// Start session management, do not update session page.
|
||||
$user->session_begin(false);
|
||||
$auth->acl($user->data);
|
||||
|
Reference in New Issue
Block a user