Example #1
0
 /**
  * Вывод каптчи:
  */
 public function redirectAction(Application $application, Template $template)
 {
     $template->headerMovedPermanently($_GET['url']);
     return false;
 }