|
From: Benjamin C. <bc...@us...> - 2001-12-20 14:45:11
|
Update of /cvsroot/phpbt/phpbt In directory usw-pr-cvs1:/tmp/cvs-serv10993 Modified Files: INSTALL Log Message: Make a note about register_globals Index: INSTALL =================================================================== RCS file: /cvsroot/phpbt/phpbt/INSTALL,v retrieving revision 1.12 retrieving revision 1.13 diff -u -r1.12 -r1.13 --- INSTALL 2001/12/15 19:14:35 1.12 +++ INSTALL 2001/12/20 14:45:06 1.13 @@ -11,3 +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. |