mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-01 14:30:32 +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:
@@ -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
|
||||||
|
Reference in New Issue
Block a user