if($_GET['git'] == 'dosya') { $veri = $_GET['veri']; $tip = $_GET['tip']; } header('Content-type: '.$tip.''); echo base64_decode($veri); exit(); }