aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-16 05:18:57 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-16 05:18:57 +0000
commite81bac010a723999b5a8f1dd0771ed69a4935e26 (patch)
treeadeece22cdf03737149be0c2464a8028c210621e /config.inc.php
parent1e26486e4d2971db491cf8784e9406981029b95c (diff)
downloadphpicalendar-e81bac010a723999b5a8f1dd0771ed69a4935e26.tar.gz
phpicalendar-e81bac010a723999b5a8f1dd0771ed69a4935e26.tar.bz2
phpicalendar-e81bac010a723999b5a8f1dd0771ed69a4935e26.zip
Latest changes for 0.2 release.
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index 711c6c8..f4e7514 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1 +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"; ?> \ No newline at end of file
+<? // 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://"; $filename = "calendars/Home.ics"; ?> \ No newline at end of file

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