aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
blob: 711c6c8d0770011a27b17d1168bfc79b271095d4 (plain) (blame)
1
<?

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://chadsdomain.com/ical/Home.ics";
$filename = "calendars/Home.ics";

?>

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