summaryrefslogtreecommitdiff
path: root/add_structure_content.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:23 +0000
commit171655b0cc004f7b146771b7566aa2eac0ab1f6d (patch)
tree23b4e88354fbe64eeec6afaee1425008804384aa /add_structure_content.php
parenta8781a300ab16b5175ac022bf368d40f3846ff1c (diff)
downloadliberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.gz
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.tar.bz2
liberty-171655b0cc004f7b146771b7566aa2eac0ab1f6d.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'add_structure_content.php')
-rw-r--r--add_structure_content.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/add_structure_content.php b/add_structure_content.php
index 3a094cd..47ebefc 100644
--- a/add_structure_content.php
+++ b/add_structure_content.php
@@ -1,9 +1,9 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/add_structure_content.php,v 1.8 2008/10/16 10:31:12 laetzer Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/add_structure_content.php,v 1.9 2010/02/08 21:27:23 wjames5 Exp $
*
* @author spider <spider@steelsun.com>
- * @version $Revision: 1.8 $
+ * @version $Revision: 1.9 $
* @package liberty
* @subpackage functions
*/
@@ -12,7 +12,7 @@
* required setup
*/
$gLiteweightScan = TRUE;
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
if( !empty( $_REQUEST['modal'] ) ) {
$gBitSystem->mConfig['site_top_bar'] = FALSE;