xiaoyu 2 лет назад
Родитель
Сommit
800141131a
1 измененных файлов с 2 добавлено и 3 удалено
  1. 2 3
      admin/control/provider_ctl.php

+ 2 - 3
admin/control/provider_ctl.php

@@ -1,6 +1,5 @@
 <?php
 include(BASE_CONFIG_PATH . CONFIG_PREFIX . '/refill.ini.php');
-require_once(BASE_CORE_PATH . '/framework/libraries/cache.php');
 
 class provider_ctlControl extends SystemControl
 {
@@ -65,8 +64,8 @@ class provider_ctlControl extends SystemControl
             }
 
 //            $ins = Cache::getInstance('cacheredis');
-//            $channel_ctl_model_body = $ins->get_org('refill_channel_control_model');
-            $channel_ctl_model_body = rkcache('refill_channel_control_model');
+            $channel_ctl_model_body =  rkcachex('refill_channel_control_model');
+//            $channel_ctl_model_body = rkcache('refill_channel_control_model');
             $channel_ctl_model = json_decode($channel_ctl_model_body, true);
             if(empty($channel_ctl_model)) $channel_ctl_model = [];