mirror of
https://github.com/phpbb/phpbb.git
synced 2025-08-11 03:04:09 +02:00
bugfixes...
git-svn-id: file:///svn/phpbb/branches/phpBB-2_0_0@4009 89ea8834-ac86-4346-8a33-228a782c2dd0
This commit is contained in:
@@ -463,7 +463,7 @@ if ($upgrade == 1)
|
||||
if (!empty($HTTP_POST_VARS['send_file']) && $HTTP_POST_VARS['send_file'] == 1 && empty($HTTP_POST_VARS['upgrade_now']))
|
||||
{
|
||||
header('Content-Type: text/x-delimtext; name="config.' . $phpEx . '"');
|
||||
header('Content-disposition: attachment; filename=config.' . $phpEx . '"');
|
||||
header('Content-disposition: attachment; filename="config.' . $phpEx . '"');
|
||||
|
||||
// We need to stripslashes no matter what the setting of magic_quotes_gpc is
|
||||
// because we add slashes at the top if its off, and they are added automaticlly
|
||||
|
Reference in New Issue
Block a user