diff options
author | David M <davidmj@users.sourceforge.net> | 2006-04-22 03:53:03 +0000 |
---|---|---|
committer | David M <davidmj@users.sourceforge.net> | 2006-04-22 03:53:03 +0000 |
commit | 0bad52c9a55a1380ae1a287db984727ed70c0481 (patch) | |
tree | d4f412d146041cab4bba61a8f3f390f917372bef /phpBB | |
parent | c016f4593e67df2fc3410e765acf265c54e8bb2c (diff) | |
download | forums-0bad52c9a55a1380ae1a287db984727ed70c0481.tar forums-0bad52c9a55a1380ae1a287db984727ed70c0481.tar.gz forums-0bad52c9a55a1380ae1a287db984727ed70c0481.tar.bz2 forums-0bad52c9a55a1380ae1a287db984727ed70c0481.tar.xz forums-0bad52c9a55a1380ae1a287db984727ed70c0481.zip |
i can't seem to not commit this debug code :-(
git-svn-id: file:///svn/phpbb/trunk@5817 89ea8834-ac86-4346-8a33-228a782c2dd0
Diffstat (limited to 'phpBB')
-rw-r--r-- | phpBB/includes/acp/acp_database.php | 6 |
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 |