aboutsummaryrefslogtreecommitdiffstats
path: root/rss/index.php
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2003-11-26 00:02:49 +0000
committerChad Little <clittle@users.sourceforge.net>2003-11-26 00:02:49 +0000
commit9ea6d9d4f041c022ceffec4a39c2d2f302d35d9c (patch)
tree6a39ee429104dae218833d5c931d14dc51630b76 /rss/index.php
parent17899a3af892427a625e5648fdcaee616b18c26a (diff)
downloadphpicalendar-9ea6d9d4f041c022ceffec4a39c2d2f302d35d9c.tar.gz
phpicalendar-9ea6d9d4f041c022ceffec4a39c2d2f302d35d9c.tar.bz2
phpicalendar-9ea6d9d4f041c022ceffec4a39c2d2f302d35d9c.zip
changed to include_once
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 75ef9cb..3163702 100644
--- a/rss/index.php
+++ b/rss/index.php
@@ -2,7 +2,7 @@
define('BASE','../');
include(BASE.'functions/ical_parser.php');
-include(BASE.'functions/calendar_functions.php');
+include_once(BASE.'functions/calendar_functions.php');
$default_path = 'http://'.$HTTP_SERVER_VARS['SERVER_NAME'].substr($HTTP_SERVER_VARS['PHP_SELF'],0,strpos($HTTP_SERVER_VARS['PHP_SELF'], '/rss/'));
if (isset($HTTP_SERVER_VARS['HTTP_REFERER']) && $HTTP_SERVER_VARS['HTTP_REFERER'] != '') {
$back_page = $HTTP_SERVER_VARS['HTTP_REFERER'];

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