diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
| commit | eb351c19e09d64f80d8a1b3f32c8a2047756dbeb (patch) | |
| tree | 768d7bafeec1ad6d84931e8b34c1c00c80952749 | |
| parent | b516e577b6667814a688e3197519e7bf0cd548bf (diff) | |
| download | rss-CVS_HEAD.tar.gz rss-CVS_HEAD.tar.bz2 rss-CVS_HEAD.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.phppre_ctype_desc_name_schmeachangePRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURALCVS_HEAD
| -rw-r--r-- | admin/admin_rssmodules.php | 4 | ||||
| -rw-r--r-- | index.php | 6 |
2 files changed, 5 insertions, 5 deletions
diff --git a/admin/admin_rssmodules.php b/admin/admin_rssmodules.php index 3beee61..153e028 100644 --- a/admin/admin_rssmodules.php +++ b/admin/admin_rssmodules.php @@ -1,13 +1,13 @@ <?php -// $Header: /cvsroot/bitweaver/_bit_rss/admin/admin_rssmodules.php,v 1.8 2009/10/01 14:17:03 wjames5 Exp $ +// $Header: /cvsroot/bitweaver/_bit_rss/admin/admin_rssmodules.php,v 1.9 2010/02/08 21:27:25 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. // Initialization -require_once( '../../bit_setup_inc.php' ); +require_once( '../../kernel/setup_inc.php' ); include_once( RSS_PKG_PATH.'rss_lib.php' ); if( !isset( $rsslib ) ) { @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_rss/index.php,v 1.11 2009/10/09 04:24:13 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_rss/index.php,v 1.12 2010/02/08 21:27:25 wjames5 Exp $ * * Copyright ( c ) 2004 bitweaver.org * Copyright ( c ) 2003 tikwiki.org @@ -8,7 +8,7 @@ * 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 * - * $Id: index.php,v 1.11 2009/10/09 04:24:13 wjames5 Exp $ + * $Id: index.php,v 1.12 2010/02/08 21:27:25 wjames5 Exp $ * @package pigeonholes * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitSystem->verifyPackage( 'rss' ); |
