diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:21 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:21 +0000 |
| commit | f7da956b854c7bb9c3ab5b29ec8469dfe788fd4c (patch) | |
| tree | 0cf40909b01bf7095ea816250e0dc0ce4e38dfbb /rankings.php | |
| parent | d8b02fd1cc28aa7740880c50b0decc77bf0c1117 (diff) | |
| download | articles-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 'rankings.php')
| -rw-r--r-- | rankings.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/rankings.php b/rankings.php index e52545c..dcd1a87 100644 --- a/rankings.php +++ b/rankings.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_articles/rankings.php,v 1.11 2008/06/25 22:21:06 spiderr Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_articles/rankings.php,v 1.12 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' ); include_once( LIBERTY_PKG_PATH . 'LibertyContent.php' ); include_once( ARTICLES_PKG_PATH . 'BitArticle.php' ); |
