shish 1 год назад
Родитель
Сommit
decc0d4aae
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      app-ghs/controllers/StatController.php

+ 1 - 1
app-ghs/controllers/StatController.php

@@ -77,7 +77,7 @@ class StatController extends BaseController
         if (getenv('YII_ENV') == 'production') {
             //小向花卉
             if ($this->mainId == 23390) {
-                if (in_array($this->adminId, [28456,31105])) {
+                if (in_array($this->adminId, [28456,31105,52528])) {
                     $hasPower = 1;
                 }
             }