From d2461c2fd2742de5d5dea4e13ac82795726fdae3 Mon Sep 17 00:00:00 2001 From: David M Date: Tue, 18 Apr 2006 15:14:16 +0000 Subject: [PATCH] - Nobody wants my debug code :D git-svn-id: file:///svn/phpbb/trunk@5797 89ea8834-ac86-4346-8a33-228a782c2dd0 --- phpBB/includes/acp/acp_database.php | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/phpBB/includes/acp/acp_database.php b/phpBB/includes/acp/acp_database.php index 9c6f42a12a..f76e744e62 100644 --- a/phpBB/includes/acp/acp_database.php +++ b/phpBB/includes/acp/acp_database.php @@ -108,9 +108,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