1
0
mirror of https://github.com/phpbb/phpbb.git synced 2025-06-05 05:55:15 +02:00

i can't seem to not commit this debug code :-(

git-svn-id: file:///svn/phpbb/trunk@5817 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
David M 2006-04-22 03:53:03 +00:00
parent c016f4593e
commit 0bad52c9a5

View File

@ -110,9 +110,9 @@ class acp_database
if ($download == true)
{
$name = $filename . $ext;
//header('Pragma: no-cache');
//header("Content-Type: $mimetype; name=\"$name\"");
//header("Content-disposition: attachment; filename=$name");
header('Pragma: no-cache');
header("Content-Type: $mimetype; name=\"$name\"");
header("Content-disposition: attachment; filename=$name");
}
// All of the generated queries go here