aboutsummaryrefslogtreecommitdiffstats
path: root/config.inc.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-09-17 07:11:20 +0000
committerChad Little <clittle@users.sourceforge.net>2002-09-17 07:11:20 +0000
commit9525ea3700597fd2366ca4ad426925ab14674cb0 (patch)
tree8ad5382fb88925a997f46d35ef0133e2897cf33a /config.inc.php
parent4fbfa5ab655d196766f72470e94a96ecebb1d3ae (diff)
downloadphpicalendar-9525ea3700597fd2366ca4ad426925ab14674cb0.tar.gz
phpicalendar-9525ea3700597fd2366ca4ad426925ab14674cb0.tar.bz2
phpicalendar-9525ea3700597fd2366ca4ad426925ab14674cb0.zip
*** empty log message ***
Diffstat (limited to 'config.inc.php')
-rw-r--r--config.inc.php18
1 files changed, 17 insertions, 1 deletions
diff --git a/config.inc.php b/config.inc.php
index f4e7514..dc569b1 100644
--- a/config.inc.php
+++ b/config.inc.php
@@ -1 +1,17 @@
-<? // 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
+<?
+
+// 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