Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12700
Modified Files:
index.php
Log Message:
Fixed bug in index, colors in cal 7 in css.
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/index.php,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** index.php 26 Sep 2003 16:00:41 -0000 1.6
--- index.php 13 May 2004 18:38:14 -0000 1.7
***************
*** 12,16 ****
$default_view = "$default_view" . ".php";
}
! header("Location: $default_view");
?>
\ No newline at end of file
--- 12,18 ----
$default_view = "$default_view" . ".php";
}
! /*header("Location: $default_view");*/
!
! include( $default_view );
?>
\ No newline at end of file
|