aboutsummaryrefslogtreecommitdiffstats
path: root/event.php
diff options
context:
space:
mode:
authorjwangen <jwangen>2002-10-03 05:41:40 +0000
committerjwangen <jwangen>2002-10-03 05:41:40 +0000
commitb1563901b07c57d0957a760296c12431637c2bb0 (patch)
treee95801a3b379bb103c4f0b9a52a8e529c26aa0a2 /event.php
parentb89e74abfa385495d22f36aeed4c83e3f962a3d6 (diff)
downloadphpicalendar-b1563901b07c57d0957a760296c12431637c2bb0.tar.gz
phpicalendar-b1563901b07c57d0957a760296c12431637c2bb0.tar.bz2
phpicalendar-b1563901b07c57d0957a760296c12431637c2bb0.zip
Moved init.inc.php and ical_parser into the functions directory
Diffstat (limited to 'event.php')
-rw-r--r--event.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/event.php b/event.php
index b0bd2de..0aa0be1 100644
--- a/event.php
+++ b/event.php
@@ -1,6 +1,6 @@
<?php
-include "init.inc.php";
+include ("./functions/init.inc.php");
$event = urldecode($event);
$event = stripslashes($event);
$event = str_replace("\\", "", $event);

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