Index: trunk/extensions/Awesomeness/Awesomeness.php |
— | — | @@ -38,4 +38,12 @@ |
39 | 39 | } |
40 | 40 | |
41 | 41 | return true; |
| 42 | +} |
| 43 | + |
| 44 | +/** |
| 45 | + * Based on Svips patch at http://bug-attachment.wikimedia.org/attachment.cgi?id=7351 |
| 46 | + */ |
| 47 | +if ( strtolower( $_SERVER['QUERY_STRING'] ) == 'o_o' ) { |
| 48 | + header( 'Content-Type: text/plain' ); |
| 49 | + die( $_SERVER['QUERY_STRING'] == 'O_o' ? 'o_O' : 'O_o' ); |
42 | 50 | } |
\ No newline at end of file |