News:

CPG Release 1.6.29
During HTML5 upload, keep pseudo blank code 200 messages from triggering error condition
added Russian language
correct failure to use theme menu icons in album manager
minor vulnerabilities mitigation

Main Menu

Coppermine 1.3.2 use register_globals how: ON or OFF ?

Started by rob222, October 26, 2004, 11:56:13 PM

Previous topic - Next topic

0 Members and 1 Guest are viewing this topic.

rob222

I belief that it use ON; but OFF i have read on some newsgroup that is preferable.
Will be one characteristic future?

Is it possible now to use coppermine with php.in register_globals=OFF ?

Tranz

I believe you can use CPG with register globals off because the variables are now being called by $HTTP_POST_VARS['var']

It is more secure to turn off register globals.

Joachim Müller

TranzNDance is right - coppermine doesn't need register gobals to be turned on, the setting can be on or off - coppermine will work either way. For security reasons, you should set it to "off", that's true (but not related to coppermine at all).

Joachim