summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:25 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:25 +0000
commiteb351c19e09d64f80d8a1b3f32c8a2047756dbeb (patch)
tree768d7bafeec1ad6d84931e8b34c1c00c80952749
parentb516e577b6667814a688e3197519e7bf0cd548bf (diff)
downloadrss-CVS_HEAD.tar.gz
rss-CVS_HEAD.tar.bz2
rss-CVS_HEAD.zip
-rw-r--r--admin/admin_rssmodules.php4
-rw-r--r--index.php6
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 ) ) {
diff --git a/index.php b/index.php
index c18e6d9..1d9745b 100644
--- a/index.php
+++ b/index.php
@@ -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' );