|
From: Benjamin C. <bc...@us...> - 2002-02-28 18:55:47
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv30999 Modified Files: INSTALL Log Message: Updated the installation instructions to note the magic_quotes_gpc requirement Index: INSTALL =================================================================== RCS file: /cvsroot/phpbt/phpbt/INSTALL,v retrieving revision 1.13 retrieving revision 1.14 diff -u -r1.13 -r1.14 --- INSTALL 20 Dec 2001 14:45:06 -0000 1.13 +++ INSTALL 28 Feb 2002 18:55:41 -0000 1.14 @@ -11,5 +11,5 @@ 3. After completing the installation, login and start reporting bugs. -* Note: You must have register_globals set to On either in php.ini or in -.htaccess. This requirement will be removed in an upcoming version. +* Note: You must have magic_quotes_gpc set to On either in php.ini or in +.htaccess (see http://www.php.net/manual/en/configuration.php for more info). |