stanley-king 3 年之前
父節點
當前提交
7e0f443947
共有 1 個文件被更改,包括 3 次插入1 次删除
  1. 3 1
      admin/control/refill_config.php

+ 3 - 1
admin/control/refill_config.php

@@ -61,7 +61,9 @@ class refill_configControl extends SystemControl
                     }
                 }
             }
-
+            $intercept = serialize($intercept);
+            
+            Log::record("intercept={$intercept}",Log::DEBUG);
             wkcache('refill-intercept',serialize($intercept));
             showMessage('编辑成功');
         }