source: trunk/spip/esqueleto-redcta/plugins/magusine-portage2/ie7/ie7-base64.php @ 198

Last change on this file since 198 was 198, checked in by guille, 15 years ago

magusine 2

File size: 173 bytes
Line 
1<?php
2$data = split(";", $_SERVER["REDIRECT_QUERY_STRING"]);
3$type = $data[0];
4$data = split(",", $data[1]);
5header("Content-type: ".$type);
6echo base64_decode($data[1]);
7?>
Note: See TracBrowser for help on using the repository browser.