Code

added website to trunk
[rrdtool-all.git] / website / inc / IE7 / ie7-base64.php
1 <?php\r
2 $data = split(";", $_SERVER["REDIRECT_QUERY_STRING"]);\r
3 $type = $data[0];\r
4 $data = split(",", $data[1]);\r
5 header("Content-type: ".$type);\r
6 echo base64_decode($data[1]);\r
7 ?>