aboutsummaryrefslogtreecommitdiffstats
path: root/rss/rss.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-30 05:03:47 +0000
committerjwangen <jwangen>2002-10-30 05:03:47 +0000
commit0bc96facfc2c2e021dde81984e6a67dbb836367f (patch)
tree1d67aee27b3c0ff4943807825c32f9db5ecb5863 /rss/rss.php
parent3488e5254e016de0d491ad6ed9b842641692c08b (diff)
downloadphpicalendar-0bc96facfc2c2e021dde81984e6a67dbb836367f.tar.gz
phpicalendar-0bc96facfc2c2e021dde81984e6a67dbb836367f.tar.bz2
phpicalendar-0bc96facfc2c2e021dde81984e6a67dbb836367f.zip
updated search to support localization, added localization vars to
english and japanese, updated rss files to find their own $default_path
Diffstat (limited to 'rss/rss.php')
-rw-r--r--rss/rss.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/rss/rss.php b/rss/rss.php
index bdd8008..9efbdeb 100644
--- a/rss/rss.php
+++ b/rss/rss.php
@@ -2,6 +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/'));
$start_week_time = strtotime(dateOfWeek($getdate, $week_start_day));
$end_week_time = $start_week_time + (6 * 25 * 60 * 60);

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