0byt3m1n1
Path:
/
data
/
applications
/
aps.bak
/
lifetype
/
1.2.11-2
/
standard
/
htdocs
/
js
/
ie7
/
[
Home
]
File: ie7-base64.php
<?php $data = split(";", $_SERVER["REDIRECT_QUERY_STRING"]); $type = $data[0]; $data = split(",", $data[1]); header("Content-type: ".$type); echo base64_decode($data[1]); ?>