aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--phpBB/includes/acp/acp_database.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php
index 6aaff53b2c..9383d461ae 100644
--- a/phpBB/includes/acp/acp_database.php
+++ b/phpBB/includes/acp/acp_database.php
@@ -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