diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:25 +0000 |
| commit | f9a019827179bdc16fad104d180267994c2889cb (patch) | |
| tree | 263c83f5d8ba59ab83222ba4f4fb19bb3340b373 /index.php | |
| parent | f84e2b0cf7cc2cb9031102ee7ad40862d3c48625 (diff) | |
| download | quota-f9a019827179bdc16fad104d180267994c2889cb.tar.gz quota-f9a019827179bdc16fad104d180267994c2889cb.tar.bz2 quota-f9a019827179bdc16fad104d180267994c2889cb.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.phppre_ctype_desc_name_schmeachangePRE_LIBERTYSYS_SERVICE_UPDATEPRE_CONTENTTYPE_NAME_PLURALCVS_HEAD
Diffstat (limited to 'index.php')
| -rw-r--r-- | index.php | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -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' ); |
