Update of /cvsroot/phpmychat/phpMyChat-0.15/chat
In directory usw-pr-cvs1:/tmp/cvs-serv30745/chat
Modified Files:
profile_reg.php3 profile_edit.php3
Log Message:
Too many changes to detail...
Index: profile_reg.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_reg.php3,v
retrieving revision 1.12
retrieving revision 1.13
diff -C2 -r1.12 -r1.13
*** profile_reg.php3 2001/05/16 20:55:37 1.12
--- profile_reg.php3 2001/05/22 20:40:34 1.13
***************
*** 170,174 ****
// Gets the ip
! include('./lib/get_ip.lib.' . C_EXTENSION);
// Defines the password
--- 170,175 ----
// Gets the ip
! include('./lib/get_user_infos.lib.' . C_EXTENSION);
! $ip = pmcGetIp();
// Defines the password
Index: profile_edit.php3
===================================================================
RCS file: /cvsroot/phpmychat/phpMyChat-0.15/chat/profile_edit.php3,v
retrieving revision 1.9
retrieving revision 1.10
diff -C2 -r1.9 -r1.10
*** profile_edit.php3 2001/05/16 20:55:37 1.9
--- profile_edit.php3 2001/05/22 20:40:34 1.10
***************
*** 181,185 ****
// Gets the ip
! include('./lib/get_ip.lib.' . C_EXTENSION);
// Updates the profile
--- 181,186 ----
// Gets the ip
! include('./lib/get_user_infos.lib.' . C_EXTENSION);
! $ip = pmcGetIp();
// Updates the profile
|