From: Chris S. <san...@us...> - 2005-07-14 18:31:36
|
Update of /cvsroot/stack/stack-1-0 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv10053 Modified Files: user.php Log Message: Index: user.php =================================================================== RCS file: /cvsroot/stack/stack-1-0/user.php,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** user.php 8 Jul 2005 16:36:08 -0000 1.1 --- user.php 14 Jul 2005 18:31:23 -0000 1.2 *************** *** 19,25 **** */ ! /////////////////////////////////////////////////////////////// ! // (1) Process Input - this sets $action, $user and $username ! /////////////////////////////////////////////////////////////// session_start(); --- 19,25 ---- */ ! /*************************************************************** ! * (1) Process Input - this sets $action, $user and $username ! ***************************************************************/ session_start(); |