aboutsummaryrefslogtreecommitdiffstats
path: root/phpBB/download.php
diff options
context:
space:
mode:
authorMeik Sievertsen <acydburn@phpbb.com>2006-08-12 13:14:39 +0000
committerMeik Sievertsen <acydburn@phpbb.com>2006-08-12 13:14:39 +0000
commit8405f0d324fd42bec2f775986e69e5d8cf548ebf (patch)
treeefa8caf14f78d67ece434c39e294532adbd20a8b /phpBB/download.php
parent0c6bfcf4c715b64d8c971adb6077018994fe5ce9 (diff)
downloadforums-8405f0d324fd42bec2f775986e69e5d8cf548ebf.tar
forums-8405f0d324fd42bec2f775986e69e5d8cf548ebf.tar.gz
forums-8405f0d324fd42bec2f775986e69e5d8cf548ebf.tar.bz2
forums-8405f0d324fd42bec2f775986e69e5d8cf548ebf.tar.xz
forums-8405f0d324fd42bec2f775986e69e5d8cf548ebf.zip
sql_in_set changes
git-svn-id: file:///svn/phpbb/trunk@6271 89ea8834-ac86-4346-8a33-228a782c2dd0
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);