1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-02-15 13:34:41 +01:00

remove debug code. ;)

git-svn-id: file:///svn/phpbb/trunk@6512 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
Meik Sievertsen 2006-10-19 14:11:03 +00:00
parent fcd9b898f1
commit b572e0db8f

View File

@ -24,13 +24,6 @@ $user->session_begin(false);
$auth->acl($user->data);
$user->setup('viewtopic');
/*
$fp = fopen('session.txt', 'at');
fwrite($fp, print_r($_GET, true));
fwrite($fp, print_r($user->data, true));
fclose($fp);
*/
if (!$download_id)
{
trigger_error('NO_ATTACHMENT_SELECTED');