删除没用的代码
This commit is contained in:
parent
c1f5c7de56
commit
8e1db6cd3d
|
@ -374,15 +374,6 @@ class AccountController extends Zend_Controller_Action
|
|||
view::Post($this,"登录成功,正在跳转",$tohref);
|
||||
return true;
|
||||
}
|
||||
|
||||
if($options['module']=="default" && $options['controller'] == "account" && $options['action'] == "login")
|
||||
{
|
||||
view::Post($this,"登录成功,正在跳转",'/');
|
||||
return true;
|
||||
}else{
|
||||
view::Post($this,"登录成功,正在跳转",$_SERVER['REQUEST_URI']);
|
||||
return true;
|
||||
}
|
||||
}
|
||||
}else{
|
||||
$this->setCaptcha($captcha);
|
||||
|
|
Loading…
Reference in New Issue