芝麻web文件管理V1.00
编辑当前文件:/home/projzpbv/public_html/wp-content/plugins/ninja-forms/includes/Admin/RestControllerSafeList.php
[ 'delete' ], 'NF_AJAX_REST_Forms' => [ 'delete' ] ]; public static function isClassMethodAllowed(string $fqcn, string $method): bool { $return = false; if(isset(self::ALLOWED_METHOD_CALLS[$fqcn]) && in_array($method,self::ALLOWED_METHOD_CALLS[$fqcn]) ){ $return = true; } return $return; } }