How do I disable "register_globals" on my server? How do I disable "register_globals" on my server?
 

News:

cpg1.5.48 Security release - upgrade mandatory!
The Coppermine development team is releasing a security update for Coppermine in order to counter a recently discovered vulnerability. It is important that all users who run version cpg1.5.46 or older update to this latest version as soon as possible.
[more]

Main Menu

How do I disable "register_globals" on my server?

Started by KOREntertainment, November 27, 2010, 01:53:00 AM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

KOREntertainment

On my gallery home page it says "The PHP setting register_globals is enabled on your server, which is a bad idea in terms of security. It's strongly recommended to turn it off."  How do I turn it off?

http://korentertainment.net/gallery2/index.html

StrongEagle

Do you have root access to your server?  What control panel are you running?  What you need to do is find your PHP configuration panel/editor.  Register_globals should be one of the first options you can set.

KOREntertainment


KOREntertainment

I had to create a php.ini file I put "register_globlas = off" uploaded it to my main directory and POOF* it worked, thanks for your attempt though.