Browse Source

1.1.0

pull/207/head
xiaoz 6 days ago
parent
commit
2b7f2e7482
  1. 2
      controller/api.php

2
controller/api.php

@ -37,7 +37,7 @@ $deny_func = [
'set_option', 'set_option',
'set_option_bool', 'set_option_bool',
'update_link_status', 'update_link_status',
'send_to_ai' 'get_options'
]; ];
// 判断是否在屏蔽列表中 // 判断是否在屏蔽列表中
if( in_array($var_func,$deny_func) ) { if( in_array($var_func,$deny_func) ) {

Loading…
Cancel
Save