[Phpslash-commit] CVS: phpslash-ft CHANGES,1.395,1.396
Brought to you by:
joestewart,
nhruby
From: nathan h. <nh...@us...> - 2002-02-08 21:50:15
|
Update of /cvsroot/phpslash/phpslash-ft In directory usw-pr-cvs1:/tmp/cvs-serv24941 Modified Files: CHANGES Log Message: make slashAuth*.class safe with register_globals Index: CHANGES =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/CHANGES,v retrieving revision 1.395 retrieving revision 1.396 diff -C2 -d -r1.395 -r1.396 *** CHANGES 8 Feb 2002 18:54:04 -0000 1.395 --- CHANGES 8 Feb 2002 21:50:10 -0000 1.396 *************** *** 13,16 **** --- 13,21 ---- 9 - Removal of something (kill -9 :) + 2002-Feb-08 4:36PM EST nathan hruby <na...@ds...> + [B] - Added use of $HTTP_POST_VARS to slashAuthCR.class and slshAuth.class, now works with + register_globals=off + [E] - added debug lines in config.php3 to enable / disable error_reporting + 2002-Feb-08 1:43PM EST nathan hruby <na...@ds...> [B] - Fixed use of undeifned variables that were preventing cookies from |