mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00: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
1 changed files with 3 additions and 3 deletions
|
@ -110,9 +110,9 @@ class acp_database
|
||||||
if ($download == true)
|
if ($download == true)
|
||||||
{
|
{
|
||||||
$name = $filename . $ext;
|
$name = $filename . $ext;
|
||||||
//header('Pragma: no-cache');
|
header('Pragma: no-cache');
|
||||||
//header("Content-Type: $mimetype; name=\"$name\"");
|
header("Content-Type: $mimetype; name=\"$name\"");
|
||||||
//header("Content-disposition: attachment; filename=$name");
|
header("Content-disposition: attachment; filename=$name");
|
||||||
}
|
}
|
||||||
|
|
||||||
// All of the generated queries go here
|
// All of the generated queries go here
|
||||||
|
|
Loading…
Add table
Reference in a new issue