aboutsummaryrefslogtreecommitdiffstats
path: root/functions
diff options
context:
space:
mode:
authorChad Little <clittle@users.sourceforge.net>2004-10-05 22:32:15 +0000
committerChad Little <clittle@users.sourceforge.net>2004-10-05 22:32:15 +0000
commit47e7968e1400cb68a070cb118a898fa08c94998b (patch)
tree7a13e9db70024eda4d430dbe808a11eff9d68588 /functions
parent2c6bbb96bdc200518e557fb5906a11b0fb942c39 (diff)
downloadphpicalendar-47e7968e1400cb68a070cb118a898fa08c94998b.tar.gz
phpicalendar-47e7968e1400cb68a070cb118a898fa08c94998b.tar.bz2
phpicalendar-47e7968e1400cb68a070cb118a898fa08c94998b.zip
Moved calendarpath back in init.
Diffstat (limited to 'functions')
-rw-r--r--functions/init.inc.php3
1 files changed, 1 insertions, 2 deletions
diff --git a/functions/init.inc.php b/functions/init.inc.php
index e22db72..d5843ed 100644
--- a/functions/init.inc.php
+++ b/functions/init.inc.php
@@ -70,9 +70,8 @@ if (ini_get('max_execution_time') < 60) {
}
if ($calendar_path == '') {
- $calendar_path = 'calendars';
+ $calendar_path = BASE.'calendars';
}
-$calendar_path = BASE.$calendar_path;
$is_webcal = FALSE;
if (isset($_GET['cal']) && $_GET['cal'] != '') {

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