summaryrefslogtreecommitdiff
path: root/index.php
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:25 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:25 +0000
commitf9a019827179bdc16fad104d180267994c2889cb (patch)
tree263c83f5d8ba59ab83222ba4f4fb19bb3340b373 /index.php
parentf84e2b0cf7cc2cb9031102ee7ad40862d3c48625 (diff)
downloadquota-f9a019827179bdc16fad104d180267994c2889cb.tar.gz
quota-f9a019827179bdc16fad104d180267994c2889cb.tar.bz2
quota-f9a019827179bdc16fad104d180267994c2889cb.zip
Diffstat (limited to 'index.php')
-rw-r--r--index.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/index.php b/index.php
index f5c8d46..76bb64a 100644
--- a/index.php
+++ b/index.php
@@ -1,6 +1,6 @@
<?php
/**
- * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.7 2009/10/01 14:17:03 wjames5 Exp $
+ * $Header: /cvsroot/bitweaver/_bit_quota/index.php,v 1.8 2010/02/08 21:27:25 wjames5 Exp $
*
* Copyright (c) 2004 bitweaver.org
* Copyright (c) 2003 tikwiki.org
@@ -8,14 +8,14 @@
* All Rights Reserved. See below for details and a complete list of authors.
* Licensed under the GNU LESSER GENERAL PUBLIC LICENSE. See http://www.gnu.org/copyleft/lesser.html for details
*
- * $Id: index.php,v 1.7 2009/10/01 14:17:03 wjames5 Exp $
+ * $Id: index.php,v 1.8 2010/02/08 21:27:25 wjames5 Exp $
* @package quota
*/
/**
* required setup
*/
-require_once( '../bit_setup_inc.php' );
+require_once( '../kernel/setup_inc.php' );
$gBitSystem->verifyPackage( 'quota' );