Update of /cvsroot/phpslash/phpslash-ft/class
In directory usw-pr-cvs1:/tmp/cvs-serv28663/class
Modified Files:
slashAuthCR.class
Log Message:
Index: slashAuthCR.class
===================================================================
RCS file: /cvsroot/phpslash/phpslash-ft/class/slashAuthCR.class,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** slashAuthCR.class 8 Feb 2002 21:50:10 -0000 1.4
--- slashAuthCR.class 8 Feb 2002 22:17:27 -0000 1.5
***************
*** 60,64 ****
global $HTTP_POST_VARS;
!
$username = $HTTP_POST_VARS['username'];
$password = $HTTP_POST_VARS['password'];
--- 60,64 ----
global $HTTP_POST_VARS;
! // TODO: Change there so they aren't undefined indexes :)
$username = $HTTP_POST_VARS['username'];
$password = $HTTP_POST_VARS['password'];
|