aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.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/index.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/index.php')
-rw-r--r--rss/index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/rss/index.php b/rss/index.php
index 8944232..341d44c 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -3,7 +3,7 @@
define('BASE','../');
$current_view = "rssindex";
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/'));
?>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
"http://www.w3.org/TR/1999/REC-html401-19991224/loose.dtd">

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