Turning Register Globals Emulation Off in Joomla 1.0.12 and older Versions
Wednesday, 10 October 2007
By Default, Joomla also used to come with Register Globals emulation ON, this is to avoid compatibility problems with many poor written third party extensions available for Joomla. This setting has been
To turn off this setting Edit the file /globals.php and change the line:
define( ‘RG_EMULATION’, 1 ); to define( ‘RG_EMULATION’, 0 ); As you can see you only need to change from number 1 to 0. that's all!