* finish task #2363,2364.

This commit is contained in:
wangyidong
2015-11-05 17:27:59 +08:00
parent 015401d1e0
commit e003ed01f0
14 changed files with 245 additions and 5 deletions
+1
View File
@@ -151,6 +151,7 @@ class commonModel extends model
if($module == 'block' and $method == 'main') return true;
if($module == 'sso' and $method == 'login') return true;
if($module == 'sso' and $method == 'logout') return true;
if($module == 'sso' and $method == 'bind') return true;
if($this->loadModel('user')->isLogon())
{