* adjust the update logic.

This commit is contained in:
wangchunsheng
2012-03-01 07:35:59 +00:00
parent 19f30ec2ab
commit 7748d796ba
3 changed files with 25 additions and 0 deletions

View File

@@ -105,6 +105,7 @@ 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 == 'about') return true;
if($module == 'misc' and $method == 'checkupdate') return true;
if($module == 'help' and $method == 'field') return true;
return false;
}