Commit 7dfa8702 by 冷斌

fix bug

parent 019c1517
...@@ -26,19 +26,6 @@ class ProfitController extends HomebaseController ...@@ -26,19 +26,6 @@ class ProfitController extends HomebaseController
$this->display(); $this->display();
} }
public function rechange()
{
$uid=I("uid");
$token=I("token");
if(checkToken($uid,$token)==700){
$this->assign("reason",'您的登陆状态失效,请重新登陆!');
$this->display(':error');
exit;
}
$this->display();
}
public function auth() public function auth()
{ {
$uid=I("uid"); $uid=I("uid");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment