From: <cl...@us...> - 2003-12-18 05:46:59
|
Update of /cvsroot/phpicalendar/phpicalendar In directory sc8-pr-cvs1:/tmp/cvs-serv2671 Modified Files: README config.inc.php Log Message: Fixed a bug where HTTP was being used, even if turned off in config. Index: README =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/README,v retrieving revision 1.57 retrieving revision 1.58 diff -C2 -d -r1.57 -r1.58 *** README 30 Nov 2003 18:38:48 -0000 1.57 --- README 18 Dec 2003 05:46:56 -0000 1.58 *************** *** 87,90 **** --- 87,93 ---- Changes: -------- + 1.1 + -Fixed a bug with HTTP authentication + 1.0 -Added return false to popups Index: config.inc.php =================================================================== RCS file: /cvsroot/phpicalendar/phpicalendar/config.inc.php,v retrieving revision 1.134 retrieving revision 1.135 diff -C2 -d -r1.134 -r1.135 *** config.inc.php 26 Nov 2003 01:44:21 -0000 1.134 --- config.inc.php 18 Dec 2003 05:46:56 -0000 1.135 *************** *** 1,5 **** <?php ! // Configuration file for PHP iCalendar 1.0 // // To set values, change the text between the single quotes --- 1,5 ---- <?php ! // Configuration file for PHP iCalendar 1.1 // // To set values, change the text between the single quotes |