darkfreaks Posted January 13, 2009 Share Posted January 13, 2009 is there anyway to secure the following global functions without getting rid of them all together ??? <?php import_request_variables("gp"); extract($_SERVER); ?> Link to comment https://forums.phpfreaks.com/topic/140698-solved-globals-question/ Share on other sites More sharing options...
Mark Baker Posted January 13, 2009 Share Posted January 13, 2009 You could take a look at apd, which allows you to rename PHPs built in functions as whatever you want to call them. Link to comment https://forums.phpfreaks.com/topic/140698-solved-globals-question/#findComment-736404 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.