Update of /cvsroot/phpicalendar/phpicalendar
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19128
Modified Files:
index.php
Log Message:
Index: index.php
===================================================================
RCS file: /cvsroot/phpicalendar/phpicalendar/index.php,v
retrieving revision 1.10
retrieving revision 1.11
diff -C2 -d -r1.10 -r1.11
*** index.php 25 Oct 2005 02:47:30 -0000 1.10
--- index.php 27 Oct 2005 17:27:58 -0000 1.11
***************
*** 18,24 ****
}
}
! /*header("Location: $default_view");*/
!
! include( $default_view );
?>
--- 18,22 ----
}
}
! header("Location: $default_view");
?>
|