tags 711486 + patch thanks Hello,
replacing import_request_variables with extract is relatively
easy, e.g.
-import_request_variables('GPC', 'i_');
+extract($_GET, EXTR_PREFIX_ALL, 'i');
+extract($_POST, EXTR_PREFIX_ALL, 'i');
+extract($_COOKIE, EXTR_PREFIX_ALL, 'i');
as already written by the original poster.
Please note that this feature was removed from php for security
reasons (turning potentially unverified user input into code).
Also, please find a way to get the working parts a freeradius into
testing again. I would appreciate.
Bye,
Joerg
signature.asc
Description: Digital signature

