* Change version and prepare for upgrade.

This commit is contained in:
chenfeiCF
2019-01-28 16:31:27 +08:00
parent 851b4d32c1
commit c760545647
33 changed files with 1311 additions and 378 deletions
+1 -1
View File
@@ -167,7 +167,7 @@ class commonModel extends model
if($this->loadModel('user')->isLogon() or ($this->app->company->guest and $this->app->user->account == 'guest'))
{
if(stripos($method, 'ajax') !== false) return true;
if(stripos($method, 'downloadClient') !== false) return true;
if($module == 'misc' and $method == 'downloadClient') return true;
if($module == 'block' and $method == 'main') return true;
if($module == 'misc' and $method == 'changelog') return true;
if($module == 'tutorial') return true;