1
0
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:
Meik Sievertsen
2006-08-12 13:14:39 +00:00
parent 0c6bfcf4c7
commit 8405f0d324
49 changed files with 551 additions and 632 deletions

View File

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