one of my forums runs on a very old version of IPB and I noticed the forum ceased to work in my dev environment but still works on the web host. It seems to have to do with $HTTP_GET_VARS and possibly some tweaking I did broke it. I've never used $HTTP_GET_VARS before but it seems to do the exact same thing as $GET. is that the case?
I replaced it with GET in the offending script and everything seems to work.
Would I be safe to run a mass replace and replace it in all the scripts? Or does it do anything differently?
What about $HTTP_POST_VARS? Same thing?
I replaced it with GET in the offending script and everything seems to work.
Would I be safe to run a mass replace and replace it in all the scripts? Or does it do anything differently?
What about $HTTP_POST_VARS? Same thing?