Update of /cvsroot/phpicalendar/phpicalendar/includes
In directory sc8-pr-cvs1:/tmp/cvs-serv7008/includes
Modified Files:
login.php
Log Message:
Made some changed to user:pass system to be more auto configuring, and
now cookies work as well, as well as fixing subscribe and download links.
Index: login.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/includes/login.php,v
retrieving revision 1.3
retrieving revision 1.4
diff -C2 -d -r1.3 -r1.4
*** login.php 23 Nov 2003 19:53:30 -0000 1.3
--- login.php 24 Nov 2003 01:29:17 -0000 1.4
***************
*** 28,33 ****
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
! <td>Username:</td>
! <td><input class="login_style" type="text" size="8" name="username"></td>
</tr>
<tr>
--- 28,33 ----
<table border="0" width="100%" cellspacing="0" cellpadding="2">
<tr>
! <td width="5%">Username:</td>
! <td width="95%"><input class="login_style" type="text" size="8" name="username"></td>
</tr>
<tr>
|