Search:
Login
Preferences
Help/Guide
About Trac
Wiki
Timeline
Roadmap
Browse Source
View Tickets
Search
Ticket Graph
Context Navigation
Back to Ticket #17186
Ticket #17186
: diff_pluggable_pluggable_Apr-19-2011 20-15.txt
File diff_pluggable_pluggable_Apr-19-2011 20-15.txt,
224 bytes
(added by tsimmons,
2 years ago
)
Line
1
894c894,897
2
< if ( !$is_IIS && php_sapi_name() != 'cgi-fcgi' )
3
---
4
> if ( $is_IIS ) {
5
> header("Refresh: 0;url=$location");
6
> } else {
7
> if ( php_sapi_name() != 'cgi-fcgi' )
8
896d898
9
<
10
897a900,901
11
> }
12
>
Download in other formats:
Original Format