...
|
...
|
@@ -158,6 +158,14 @@ class Controller_Onlinereg extends Controller_Abstract |
|
|
}
|
|
|
|
|
|
|
|
|
public function setcodeAction()
|
|
|
{
|
|
|
$g = trim($this->_request->query('g'));
|
|
|
$namespace = !empty($g) ? $g : 'passport_istration';
|
|
|
Util_Captcha::setToSession($namespace,'123');
|
|
|
// echo strtolower(Util_Captcha::getFromSession($namespace));
|
|
|
}
|
|
|
|
|
|
public function getcodeAction()
|
|
|
{
|
|
|
$g = trim($this->_request->query('g'));
|
...
|
...
|
|