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:
parent
c016f4593e
commit
0bad52c9a5
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user