* Adjust code.

This commit is contained in:
leiyong
2021-01-21 14:25:49 +08:00
parent 1e324bbb15
commit 2ff675f7ec
3 changed files with 3 additions and 2 deletions
+1
View File
@@ -177,6 +177,7 @@ class commonModel extends model
if($module == 'sso' and $method == 'gettodolist') return true;
if($module == 'block' and $method == 'main' and isset($_GET['hash'])) return true;
if($module == 'file' and $method == 'read') return true;
if($module == 'index' and $method == 'changelog') return true;
if($this->loadModel('user')->isLogon() or ($this->app->company->guest and $this->app->user->account == 'guest'))
{