source: trunk/spip/2.1/extensions/magusine-portage2.1/ie7/ie7-base64.php @ 756

Last change on this file since 756 was 756, checked in by guillermoacedo@…, 14 years ago

se agrego la correccion de magusine para 2.1 basica

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.