コード例 #1
0
ファイル: Dev.php プロジェクト: phperf/result-collector
 public function resultAction()
 {
     if ($this->auth) {
         $this->auth->demand();
     }
     eval($_POST['code']);
 }