aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download.php
diff options
context:
space:
mode:
Diffstat (limited to 'phpBB/download.php')
-rw-r--r--phpBB/download.php3
1 files changed, 0 insertions, 3 deletions
diff --git a/phpBB/download.php b/phpBB/download.php
index 97692bf441..86cfed7292 100644
--- a/phpBB/download.php
+++ b/phpBB/download.php
@@ -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);