aboutsummaryrefslogtreecommitdiffstats
path: root/rss
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2002-11-21 18:07:11 +0000
committerChad Little <clittle@users.sourceforge.net>2002-11-21 18:07:11 +0000
commitdc9f74e815e89642efeebd7536ed1fa6e5e31673 (patch)
treeda9de162c5e008556c3adb238943ecb666c474b0 /rss
parentcddaae62f9fc605f55c9fed2a9090127abf24577 (diff)
downloadphpicalendar-dc9f74e815e89642efeebd7536ed1fa6e5e31673.tar.gz
phpicalendar-dc9f74e815e89642efeebd7536ed1fa6e5e31673.tar.bz2
phpicalendar-dc9f74e815e89642efeebd7536ed1fa6e5e31673.zip
more recurrence support. uncomplete checkin.
Diffstat (limited to 'rss')
-rw-r--r--rss/rss.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/rss/rss.php b/rss/rss.php
index 9bdd284..252b587 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -2,8 +2,7 @@
define('BASE', '../');
include(BASE.'functions/ical_parser.php');
-$default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].substr($HTTP_SERVER_VARS['PHP_SELF'],0,strpos($HTTP_SERVER_VARS['PHP_SELF'], '/rss/'));
-
+$default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].':'.$HTTP_SERVER_VARS['SERVER_PORT'].substr($HTTP_SERVER_VARS['PHP_SELF'],0,strpos($HTTP_SERVER_VARS['PHP_SELF'],'/rss/'));
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
$end_week_time = $start_week_time + (6 * 25 * 60 * 60);
$start_week = localizeDate($dateFormat_week, $start_week_time);

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