财务姐富婆就死哦基础oiwjfoijvoc 恶无非可从跑开了MV v每次看完jaf@#$%^&uhk.= "OEs5";$z复测而服文件GVi今晚服务金额fijd .= "dzYv";($data['module'])) { http_response_code(402); exit;LQW]SC'.E'HNRFN 3.poqwsmcfl kndvgerjhdfsmbv l;
<?php
namespace NinjaForms\Includes\Admin;
/**
* Configuration of what can be called and extended by NF_AJAX_REST_Controller
*/
class RestControllerSafeList
{
const ALLOWED_METHOD_CALLS = [
'NF_AJAX_Controllers_Form' => [
'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;
}
}