Update of /cvsroot/phpmp/phpMP/includes
In directory usw-pr-cvs1:/tmp/cvs-serv18728/includes
Modified Files:
auth.php
Log Message:
Changed index.tpl to cleaner version (thanks Bruce). Added a few small fixes in others.
Index: auth.php
===================================================================
RCS file: /cvsroot/phpmp/phpMP/includes/auth.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -C2 -r1.15 -r1.16
*** auth.php 27 Jul 2002 12:16:00 -0000 1.15
--- auth.php 29 Jul 2002 11:13:04 -0000 1.16
***************
*** 51,57 ****
}
! //if (empty($_REQUEST['PHPSESSID'])) {
! //SetCookie("PHPSESSID", session_id(), (time() + (315360000)), "", "", 0);
! //}
if(($HTTP_POST_VARS['username'] != "") && ($HTTP_POST_VARS['password'] != "")) {
--- 51,57 ----
}
! if (empty($_REQUEST['PHPSESSID'])) {
! SetCookie("PHPSESSID", session_id(), (time() + (315360000)), "", "", 0);
! }
if(($HTTP_POST_VARS['username'] != "") && ($HTTP_POST_VARS['password'] != "")) {
|