PHP 5.4 broke dialupadmin
Dialupadmin is not working after PHP 5.4 update. It looks like this:
import_request_variables('GPC'); in dialup-admin/conf/config.php file is obsoleted.
See also http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711486 (no solution, just linking bugs)
Anyone care to submit a patch... I haven't written any PHP for about 5 years now, and there's currently no maintainer for dialupadmin. So if you guys don't fix it, it's not going to get fixed.
The Debian bug report actually contains a suggested fix, see https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=711486#22
See previous comment.
please check my pull request :) https://github.com/FreeRADIUS/dialup-admin/pull/5 sorry getting use to GIT so bare with me