diff options
Diffstat (limited to 'copyrights.php')
| -rw-r--r-- | copyrights.php | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/copyrights.php b/copyrights.php index c0c721d..30c79c9 100644 --- a/copyrights.php +++ b/copyrights.php @@ -1,6 +1,6 @@ <?php /** - * $Header: /cvsroot/bitweaver/_bit_wiki/copyrights.php,v 1.10 2009/10/01 14:17:07 wjames5 Exp $ + * $Header: /cvsroot/bitweaver/_bit_wiki/copyrights.php,v 1.11 2010/02/08 21:27:27 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: copyrights.php,v 1.10 2009/10/01 14:17:07 wjames5 Exp $ + * $Id: copyrights.php,v 1.11 2010/02/08 21:27:27 wjames5 Exp $ * @package wiki * @subpackage functions */ @@ -16,7 +16,7 @@ /** * required setup */ -require_once( '../bit_setup_inc.php' ); +require_once( '../kernel/setup_inc.php' ); $gBitSystem->isFeatureActive( 'wiki_copyrights', tra("The copyright management feature is not enabled.") ); $gBitUser->hasPermission( 'p_wiki_edit_copyright' ); |
