The code base requires that PHP has register_globals switched on, which is against the suggested best practice for PHP these days.
Could the code be changed to fix this?
Log in to post a comment.