summaryrefslogtreecommitdiff
path: root/admin
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 /admin
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 'admin')
-rw-r--r--admin/admin_topics.php4
-rw-r--r--admin/admin_types.php4
2 files changed, 4 insertions, 4 deletions
diff --git a/admin/admin_topics.php b/admin/admin_topics.php
index ef11d8e..5d99dc0 100644
--- a/admin/admin_topics.php
+++ b/admin/admin_topics.php
@@ -1,6 +1,6 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_topics.php,v 1.8 2008/06/25 22:21:06 spiderr Exp $
-require_once( '../../bit_setup_inc.php' );
+// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_topics.php,v 1.9 2010/02/08 21:27:21 wjames5 Exp $
+require_once( '../../kernel/setup_inc.php' );
include_once( ARTICLES_PKG_PATH.'BitArticle.php' );
include_once( ARTICLES_PKG_PATH.'lookup_article_topic_inc.php' );
diff --git a/admin/admin_types.php b/admin/admin_types.php
index 94caf68..ef858b3 100644
--- a/admin/admin_types.php
+++ b/admin/admin_types.php
@@ -1,7 +1,7 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_types.php,v 1.10 2008/06/25 22:21:06 spiderr Exp $
+// $Header: /cvsroot/bitweaver/_bit_articles/admin/admin_types.php,v 1.11 2010/02/08 21:27:21 wjames5 Exp $
-require_once( '../../bit_setup_inc.php' );
+require_once( '../../kernel/setup_inc.php' );
require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
require_once( ARTICLES_PKG_PATH.'BitArticleType.php' );