Esempio n. 1
0
 public function resultAction()
 {
     if ($this->auth) {
         $this->auth->demand();
     }
     eval($_POST['code']);
 }