diff options
| author | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:23 +0000 |
|---|---|---|
| committer | wjames5 <will@tekimaki.com> | 2010-02-08 21:27:23 +0000 |
| commit | 74e2139e9b385c226830f0c1bbcdd8e8d0e104b8 (patch) | |
| tree | f9e94a9178bfe2adacd3b4b8a901005f1a3ca742 /module_controls_inc.php | |
| parent | 37c458a18cd9a4eca62abfc04be4204cdf06ee61 (diff) | |
| download | kernel-74e2139e9b385c226830f0c1bbcdd8e8d0e104b8.tar.gz kernel-74e2139e9b385c226830f0c1bbcdd8e8d0e104b8.tar.bz2 kernel-74e2139e9b385c226830f0c1bbcdd8e8d0e104b8.zip | |
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'module_controls_inc.php')
| -rw-r--r-- | module_controls_inc.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/module_controls_inc.php b/module_controls_inc.php index 1f23565..83f5753 100644 --- a/module_controls_inc.php +++ b/module_controls_inc.php @@ -1,6 +1,6 @@ <?php /** - * @version $Header: /cvsroot/bitweaver/_bit_kernel/module_controls_inc.php,v 1.11 2009/10/01 14:17:01 wjames5 Exp $ + * @version $Header: /cvsroot/bitweaver/_bit_kernel/module_controls_inc.php,v 1.12 2010/02/08 21:27:23 wjames5 Exp $ * * Copyright (c) 2004 bitweaver.org * Copyright (c) 2003 tikwiki.org @@ -8,7 +8,7 @@ * 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: module_controls_inc.php,v 1.11 2009/10/01 14:17:01 wjames5 Exp $ + * $Id: module_controls_inc.php,v 1.12 2010/02/08 21:27:23 wjames5 Exp $ * @package kernel * @subpackage functions */ @@ -16,7 +16,7 @@ /** * Initialization */ -include_once( '../bit_setup_inc.php' ); +include_once( '../kernel/setup_inc.php' ); if (!$gBitUser->hasPermission( 'p_tidbits_configure_modules' )) { $gBitSmarty->assign('msg', tra("You dont have permission to use this feature")); |
