i would like to know if there is a way for me to use this code, and call a function with params, i know i can call no-params functions.
Something like:
file.php?f=function arg1 arg2 //with a correct syntax
Using this code i cannot change:
call_user_func($_GET['f']);
Thanks in advance!
EDIT: I know its dangerous. its for some PoC only, nothing in production.
EDIT: As I said, i cannot change the code, i just can call file.php?f=