mirror of
https://github.com/phpbb/phpbb.git
synced 2025-06-28 22:28:51 +00:00
Merge pull request #3555 from akoeplinger/ticket/12101
[ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserver * akoeplinger/ticket/12101: [ticket/12101] Remove HTML redirect workaround for Microsoft/IIS webserver
This commit is contained in:
commit
78c0221855
1 changed files with 1 additions and 1 deletions
|
@ -2389,7 +2389,7 @@ function redirect($url, $return = false, $disable_cd_check = false)
|
||||||
}
|
}
|
||||||
|
|
||||||
// Redirect via an HTML form for PITA webservers
|
// Redirect via an HTML form for PITA webservers
|
||||||
if (@preg_match('#Microsoft|WebSTAR|Xitami#', getenv('SERVER_SOFTWARE')))
|
if (@preg_match('#WebSTAR|Xitami#', getenv('SERVER_SOFTWARE')))
|
||||||
{
|
{
|
||||||
header('Refresh: 0; URL=' . $url);
|
header('Refresh: 0; URL=' . $url);
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue