summaryrefslogtreecommitdiff
path: root/redirect.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 /redirect.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 'redirect.php')
-rw-r--r--redirect.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/redirect.php b/redirect.php
index 8a7c37a..1a1ee8d 100644
--- a/redirect.php
+++ b/redirect.php
@@ -1,6 +1,6 @@
<?php
/**
- * @version $Header: /cvsroot/bitweaver/_bit_liberty/redirect.php,v 1.4 2008/11/11 09:50:36 squareing Exp $
+ * @version $Header: /cvsroot/bitweaver/_bit_liberty/redirect.php,v 1.5 2010/02/08 21:27:23 wjames5 Exp $
* lookup_content_inc
*
* @author spider <spider@steelsun.com>
@@ -11,7 +11,7 @@
/**
* Required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
if( !empty( $_REQUEST['q'] )) {
bit_redirect( $_REQUEST['q'] );
} else {