[Phplib-commit] CVS: php-lib-stable CHANGES,1.17,1.18
Brought to you by:
nhruby,
richardarcher
From: Layne W. <lay...@us...> - 2002-04-03 22:53:40
|
Update of /cvsroot/phplib/php-lib-stable In directory usw-pr-cvs1:/tmp/cvs-serv2961 Modified Files: CHANGES Log Message: in auth.inc, allow cancel_login to come from GET as well as POST - was set to POST from global variable yesterday Index: CHANGES =================================================================== RCS file: /cvsroot/phplib/php-lib-stable/CHANGES,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** CHANGES 2 Apr 2002 23:23:12 -0000 1.17 --- CHANGES 3 Apr 2002 22:53:35 -0000 1.18 *************** *** 1,4 **** --- 1,8 ---- $Id$ + 03-Apr-2002 layne_weathers + - in auth.inc, allow cancel_login to come from GET as well as POST + - was set to POST from global variable yesterday + 02-Apr-2002 layne_weathers - Responded to [ #455856 ] PHPLib fails with register_globals off |