Re: RE - [SM-USERS] to enable register_globals or not, that is the Q...

2003-01-10 Thread Marc Groot Koerkamp
Adrian Jones zei: > Can register_globals be set just for that directory or virtual host in > .htaccess or something like that. > > I am no expert so sorry if this is rubbish, just a thought. > > Adrian > Yes you can. My .htaccess file inside the squirrelmail directory: php_flag register_globals

Re: RE - [SM-USERS] to enable register_globals or not, that is the Q...

2003-01-10 Thread Marc Groot Koerkamp
Adrian Jones zei: > Can register_globals be set just for that directory or virtual host in > .htaccess or something like that. > > I am no expert so sorry if this is rubbish, just a thought. > > Adrian > Yes you can. My .htaccess file inside the squirrelmail directory: php_flag register_globals

RE - [SM-USERS] to enable register_globals or not, that is the Q...

2003-01-10 Thread Adrian Jones
Can register_globals be set just for that directory or virtual host in .htaccess or something like that. I am no expert so sorry if this is rubbish, just a thought. Adrian Message: 5 Date: Wed, 8 Jan 2003 09:53:22 -0500 From: Sam Carleton <[EMAIL PROTECTED]> To: Subject: folks, I am sure this

Re: [SM-USERS] to enable register_globals or not, that is the Q...

2003-01-08 Thread Chris Hilts
> Is there any way to make the warning go away without changing > the register_globals? Not really a squirrelly question as such, but what the hell.. Do what it says to do in the warning text. >as a source of data, unless register_globals is enabled. You >can disable this functionality and this

Re: [SM-USERS] to enable register_globals or not, that is the Q...

2003-01-08 Thread Sam Carleton
On Wed, Jan 08, 2003 at 10:24:01AM -0500, Chris Hilts wrote: > > I am new to SquirrelMail. Everything is up and running fine. > > I am running PHP 4.2.3 on Apache 1.3.27 on a UNIX machine. > > The only problem I have is that I am seeing this warning: > > > > Warning: Unknown(): Your script possibl

Re: [SM-USERS] to enable register_globals or not, that is the Q...

2003-01-08 Thread Chris Hilts
> I am new to SquirrelMail. Everything is up and running fine. > I am running PHP 4.2.3 on Apache 1.3.27 on a UNIX machine. > The only problem I have is that I am seeing this warning: > > Warning: Unknown(): Your script possibly relies on a session > side-effect which existed until PHP 4.2.3. Plea