Example #1
0
 /**
  * Отображение каптчи старым способом (LS-compatible)
  */
 protected function EventLib()
 {
     if (Router::GetControllerPath() == 'external/kcaptcha/index.php') {
         return $this->EventLibCaptcha();
     }
 }