[Phpslash-commit] CVS: phpslash-ft/class slashAuthCR.class,1.39,1.40
Brought to you by:
joestewart,
nhruby
From: Joe S. <joe...@us...> - 2003-02-21 19:33:19
|
Update of /cvsroot/phpslash/phpslash-ft/class In directory sc8-pr-cvs1:/tmp/cvs-serv5770/phpslash-ft/class Modified Files: slashAuthCR.class Log Message: log back in immediately after logging out Index: slashAuthCR.class =================================================================== RCS file: /cvsroot/phpslash/phpslash-ft/class/slashAuthCR.class,v retrieving revision 1.39 retrieving revision 1.40 diff -C2 -d -r1.39 -r1.40 *** slashAuthCR.class 19 Feb 2003 16:27:54 -0000 1.39 --- slashAuthCR.class 21 Feb 2003 19:33:09 -0000 1.40 *************** *** 351,354 **** --- 351,356 ---- $HTTP_POST_VARS = $saved_post; + $saved_get = ''; + $saved_post = ''; $challenge = ''; |