mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-04 01:01: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
|
|
@ -185,7 +185,7 @@ class Security
|
|||
*/
|
||||
public static function detectingXEE($xml)
|
||||
{
|
||||
return !Rhymix\Framework\Security::checkXEE($xml);
|
||||
return !Rhymix\Framework\Security::checkXXE($xml);
|
||||
}
|
||||
}
|
||||
/* End of file : Security.class.php */
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue