diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:22 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:22 +0000 |
| commit | dc2bbb6f0fad7e2e8de2bc47111e67d5144d6801 (patch) | |
| tree | f417563384db54de38c351b4515ef552a86c3594 /index.php | |
| parent | 5c387d6d22beadb8ccdeb4faa507483e2a175deb (diff) | |
| download | calendar-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.php | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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' ); |
