[dev] Re: [cvs] commit: kronolith login.php month.php ...

Anil Madhavapeddy anil@recoil.org
Wed, 20 Dec 2000 21:30:57 +0000


Quoting Chuck Hagenbuch <chuck@horde.org>:
> 
> 1. All Horde code should work with register_globals = Off. This means using 
> $HTTP_GET_VARS, $HTTP_POST_VARS, $HTTP_COOKIE_VARS, $HTTP_SESSION_VARS, 
> $HTTP_SERVER_VARS, and $HTTP_ENV_VARS to access all get, post, cookie,
> session, server, and environment data, respectively.
> 
> 2. All Horde code should work regardless of the setting of magic_quotes_gpc.
> Form data should be passed through Horde::dispelMagicQuotes() (this function
> will be moved to Horde:: in my next cvs commit), which will run stripslashes
> on it if necessary.
> 

Sounds good to me.

-- 
Anil Madhavapeddy, <anil@recoil.org>