To enable/disable register_globals and safe_mode in your account, please
- Create a php.ini file in the public_html/ folder of your account
- Add the below line in the file
 register_globals = on (or off)
 safe_mode = on (or off)
- Save the file
To enable/disable register_globals and safe_mode in your account, please