mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 14:18:52 +00:00
remove debug code. ;)
git-svn-id: file:///svn/phpbb/trunk@6512 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
fcd9b898f1
commit
b572e0db8f
1 changed files with 0 additions and 7 deletions
|
@ -24,13 +24,6 @@ $user->session_begin(false);
|
||||||
$auth->acl($user->data);
|
$auth->acl($user->data);
|
||||||
$user->setup('viewtopic');
|
$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)
|
if (!$download_id)
|
||||||
{
|
{
|
||||||
trigger_error('NO_ATTACHMENT_SELECTED');
|
trigger_error('NO_ATTACHMENT_SELECTED');
|
||||||
|
|
Loading…
Add table
Reference in a new issue