summaryrefslogtreecommitdiff
path: root/list.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:21 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:21 +0000
commitf7da956b854c7bb9c3ab5b29ec8469dfe788fd4c (patch)
tree0cf40909b01bf7095ea816250e0dc0ce4e38dfbb /list.php
parentd8b02fd1cc28aa7740880c50b0decc77bf0c1117 (diff)
downloadarticles-f7da956b854c7bb9c3ab5b29ec8469dfe788fd4c.tar.gz
articles-f7da956b854c7bb9c3ab5b29ec8469dfe788fd4c.tar.bz2
articles-f7da956b854c7bb9c3ab5b29ec8469dfe788fd4c.zip
deprecate root bit_setup_inc use kernel/setup_inc.phpPRE_LIBERTYSYS_SERVICE_UPDATE
Diffstat (limited to 'list.php')
-rw-r--r--list.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/list.php b/list.php
index f33bdff..08d03d3 100644
--- a/list.php
+++ b/list.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.24 2008/10/20 21:40:08 spiderr Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_articles/list.php,v 1.25 2010/02/08 21:27:21 wjames5 Exp $
* @package articles
* @subpackage functions
*/
@@ -8,7 +8,7 @@
/**
* Initialization
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
include_once( ARTICLES_PKG_PATH.'article_filter_inc.php' );