Revision [262]
This is an old revision of SecurePHP made by WojciechLisiewicz on 2007-06-13 07:06:58.
Making PHP secure
- do not use "register globals"
- /etc/php.ini > register_globals = OFF
- do not trust incoming data
- you shouldn't use "include($_GET['seite']);"