summaryrefslogtreecommitdiff
path: root/article_history.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 /article_history.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 'article_history.php')
-rw-r--r--article_history.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/article_history.php b/article_history.php
index 23a71d9..bfb29ea 100644
--- a/article_history.php
+++ b/article_history.php
@@ -16,7 +16,7 @@
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
require_once( ARTICLES_PKG_PATH.'BitArticle.php' );
$gBitSystem->verifyPackage( 'articles' );