aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
blob: 082caa95021c5ebdf973320fca0779296a9a05d8 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
<?

// Retain some compatibility backwards like.
if(phpversion() >= "4.2.0") 

	{
		extract($HTTP_POST_VARS);
		extract($HTTP_GET_VARS);	
	}

$style_sheet = "default.css";

// what iCal file are we using
$fullpath = "webcal://";

// path to directory with calendars
$calendar_path = "./calendars";

// filename of calendar without .ics
$default_cal = "Home";

$default_view = "day";

?>

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