mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 18:51:41 +09:00
Rename checkXEE() to checkXXE()
This commit is contained in:
parent
6a7b1e3fd2
commit
af64ae79c1
4 changed files with 15 additions and 14 deletions
|
|
@ -1206,7 +1206,7 @@ class Context
|
|||
{
|
||||
if(self::getRequestMethod() === 'XMLRPC')
|
||||
{
|
||||
if(!Rhymix\Framework\Security::checkXEE($GLOBALS['HTTP_RAW_POST_DATA']))
|
||||
if(!Rhymix\Framework\Security::checkXXE($GLOBALS['HTTP_RAW_POST_DATA']))
|
||||
{
|
||||
header("HTTP/1.0 400 Bad Request");
|
||||
exit;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue