* finish task #1975.

This commit is contained in:
wangyidong
2014-07-25 09:05:47 +00:00
parent 4a10fcfe9d
commit f92104dd17
26 changed files with 0 additions and 640 deletions

View File

@@ -147,7 +147,6 @@ class commonModel extends model
if($module == 'user' and strpos('login|logout|deny', $method) !== false) return true;
if($module == 'api' and $method == 'getsessionid') return true;
if($module == 'misc' and $method == 'ping') return true;
if($module == 'sso' and strpos('auth|depts|users', $method) !== false) return true;
if($this->loadModel('user')->isLogon())
{