Loading mobiquo/lib/mobiquo_json.php +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ class MobiquoServerJSON extends MobiquoServer ini_set('ocproducts.xss_detect', '0'); global $SERVER_DEFINE; if (!isset($SERVER_DEFINE[$this->get_method_name()])) { warn_exit('Unknown endpoint'); } $function = $SERVER_DEFINE[$this->get_method_name()]['function']; try { $response = call_user_func($function, $params); Loading mobiquo/lib/mobiquo_post.php +3 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,9 @@ class MobiquoServerPOST extends MobiquoServer ini_set('ocproducts.xss_detect', '0'); global $SERVER_DEFINE; if (!isset($SERVER_DEFINE[$this->get_method_name()])) { warn_exit('Unknown endpoint'); } $function = $SERVER_DEFINE[$this->get_method_name()]['function']; try { $response = call_user_func($function, $params); Loading Loading
mobiquo/lib/mobiquo_json.php +3 −0 Original line number Diff line number Diff line Loading @@ -89,6 +89,9 @@ class MobiquoServerJSON extends MobiquoServer ini_set('ocproducts.xss_detect', '0'); global $SERVER_DEFINE; if (!isset($SERVER_DEFINE[$this->get_method_name()])) { warn_exit('Unknown endpoint'); } $function = $SERVER_DEFINE[$this->get_method_name()]['function']; try { $response = call_user_func($function, $params); Loading
mobiquo/lib/mobiquo_post.php +3 −0 Original line number Diff line number Diff line Loading @@ -74,6 +74,9 @@ class MobiquoServerPOST extends MobiquoServer ini_set('ocproducts.xss_detect', '0'); global $SERVER_DEFINE; if (!isset($SERVER_DEFINE[$this->get_method_name()])) { warn_exit('Unknown endpoint'); } $function = $SERVER_DEFINE[$this->get_method_name()]['function']; try { $response = call_user_func($function, $params); Loading