summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:22 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:22 +0000
commitdc2bbb6f0fad7e2e8de2bc47111e67d5144d6801 (patch)
treef417563384db54de38c351b4515ef552a86c3594 /index.php
parent5c387d6d22beadb8ccdeb4faa507483e2a175deb (diff)
downloadcalendar-dc2bbb6f0fad7e2e8de2bc47111e67d5144d6801.tar.gz
calendar-dc2bbb6f0fad7e2e8de2bc47111e67d5144d6801.tar.bz2
calendar-dc2bbb6f0fad7e2e8de2bc47111e67d5144d6801.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/index.php b/index.php
index 25e8eb6..9d255da 100644
--- a/index.php
+++ b/index.php
@@ -1,11 +1,11 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.57 2009/10/01 14:16:58 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_calendar/index.php,v 1.58 2010/02/08 21:27:22 wjames5 Exp $
// Copyright( c ) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// All Rights Reserved. See below for details and a complete list of authors.
// Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( CALENDAR_PKG_PATH.'Calendar.php' );