summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:26 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:26 +0000
commit1028ad0d8ba365a3cd2538050f358ebb53fd8370 (patch)
tree6a87605ebdcb5daffe50eac139c9d3de29747f58 /index.php
parent58defd61b35ddffac3fe039410319c38f53f650c (diff)
downloadtags-1028ad0d8ba365a3cd2538050f358ebb53fd8370.tar.gz
tags-1028ad0d8ba365a3cd2538050f358ebb53fd8370.tar.bz2
tags-1028ad0d8ba365a3cd2538050f358ebb53fd8370.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'index.php')
-rw-r--r--index.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/index.php b/index.php
index 02d8d8f..4a63de4 100644
--- a/index.php
+++ b/index.php
@@ -1,5 +1,5 @@
<?php
-require_once( "../bit_setup_inc.php" );
+require_once( "../kernel/setup_inc.php" );
require_once( TAGS_PKG_PATH."LibertyTag.php" );
$gBitSystem->verifyPackage( 'tags' );