source:
trunk/spip/esqueleto-redcta/plugins/magusine/ie7/ie7-base64.php
@
87
Last change on this file since 87 was 80, checked in by , 16 years ago | |
---|---|
File size: 173 bytes |
Line | |
---|---|
1 | <?php |
2 | $data = split(";", $_SERVER["REDIRECT_QUERY_STRING"]); |
3 | $type = $data[0]; |
4 | $data = split(",", $data[1]); |
5 | header("Content-type: ".$type); |
6 | echo base64_decode($data[1]); |
7 | ?> |
Note: See TracBrowser
for help on using the repository browser.