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

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

el plugin completo

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.