Index: trunk/tools/upload-scripts/thumb-handler.php |
— | — | @@ -82,13 +82,6 @@ |
83 | 83 | exit; |
84 | 84 | } |
85 | 85 | |
86 | | -/* Breaks SVG and ogg |
87 | | -if ( $filename != $fn2 ) { |
88 | | - require_once( '404.php' ); |
89 | | - exit; |
90 | | -} |
91 | | -*/ |
92 | | - |
93 | 86 | # Determine hostname |
94 | 87 | if ( $site == 'wikipedia' ) { |
95 | 88 | switch ( $lang ) { |
— | — | @@ -213,5 +206,7 @@ |
214 | 207 | } else { |
215 | 208 | header( "Content-Type: $contentType" ); |
216 | 209 | } |
| 210 | + |
217 | 211 | print $text; |
| 212 | + |
218 | 213 | curl_close( $ch ); |