aboutsummaryrefslogtreecommitdiffstats
path: root/index.php
blob: afabd3784ba28ca6071733dc4368927042c9405d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?php

if (!isset($ALL_CALENDARS_COMBINED))  $ALL_CALENDARS_COMBINED = 'all_calendars_combined971';
include "./config.inc.php";
if (isset($HTTP_COOKIE_VARS['phpicalendar'])) {
	$phpicalendar 		= unserialize(stripslashes($HTTP_COOKIE_VARS['phpicalendar']));
	$default_view 		= $phpicalendar['cookie_view'];
}
if ($printview_default == 'yes') {
	$default_view = "print.php?printview=$default_view";
} else {
	$default_view = "$default_view" . ".php";
}
header("Location: $default_view");

?>

© 2014-2024 Faster IT GmbH | imprint | privacy policy