summaryrefslogtreecommitdiff
path: root/backlinks.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:27 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:27 +0000
commit1b6f28eeae4191bb5c1345186450a812b95d29d5 (patch)
tree909c79206921ef93d3998c893b7aa9bf0bd46bab /backlinks.php
parent1dd9821017a3818b642b38fab4e538c931682738 (diff)
downloadwiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.tar.gz
wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.tar.bz2
wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'backlinks.php')
-rw-r--r--backlinks.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/backlinks.php b/backlinks.php
index bb7aea2..4cf9981 100644
--- a/backlinks.php
+++ b/backlinks.php
@@ -3,19 +3,19 @@
* assigned_modules
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.16 $
+ * @version $Revision: 1.17 $
* @package wiki
* @subpackage functions
* @copyright Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
* @license Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details.
*/
-// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.16 2009/10/01 14:17:07 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/backlinks.php,v 1.17 2010/02/08 21:27:27 wjames5 Exp $
// All Rights Reserved. See below for details and a complete list of authors.
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
include_once( WIKI_PKG_PATH.'lookup_page_inc.php');
$gBitSystem->verifyPackage( 'wiki' );