C:\Program Files (x86)\Apache Software Foundation\Apache2.2\htdocs\webcalendar\index.php


1
2
3
4
5
6
7
8
9
10
11
<?php
include_once 'includes/init.php';

// If not yet logged in, you will be redirected to login.php before
// we get to this point (by connect.php included above)

if ( ! empty ( $STARTVIEW ) )
  
send_to_preferred_view ();
else
  
do_redirect "month.php" );
?>