mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 06:08:52 +00:00
- d'oh!
git-svn-id: file:///svn/phpbb/trunk@5804 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
parent
cc48830e02
commit
fae28007b6
1 changed files with 4 additions and 4 deletions
|
@ -110,10 +110,10 @@ 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");
|
||||
$name = $filename . $ext;
|
||||
header('Pragma: no-cache');
|
||||
header("Content-Type: $mimetype; name=\"$name\"");
|
||||
header("Content-disposition: attachment; filename=$name");
|
||||
}
|
||||
|
||||
// All of the generated queries go here
|
||||
|
|
Loading…
Add table
Reference in a new issue