summaryrefslogtreecommitdiff
path: root/admin
diff options
context:
space:
mode:
authorwjames5 <will@tekimaki.com>2010-02-08 21:27:27 +0000
committerwjames5 <will@tekimaki.com>2010-02-08 21:27:27 +0000
commit1b6f28eeae4191bb5c1345186450a812b95d29d5 (patch)
tree909c79206921ef93d3998c893b7aa9bf0bd46bab /admin
parent1dd9821017a3818b642b38fab4e538c931682738 (diff)
downloadwiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.tar.gz
wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.tar.bz2
wiki-1b6f28eeae4191bb5c1345186450a812b95d29d5.zip
deprecate root bit_setup_inc use kernel/setup_inc.php
Diffstat (limited to 'admin')
-rw-r--r--admin/admin_external_wikis.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/admin/admin_external_wikis.php b/admin/admin_external_wikis.php
index e7397e3..7d4e8e7 100644
--- a/admin/admin_external_wikis.php
+++ b/admin/admin_external_wikis.php
@@ -1,10 +1,10 @@
<?php
-// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.6 2009/10/01 14:17:07 wjames5 Exp $
+// $Header: /cvsroot/bitweaver/_bit_wiki/admin/admin_external_wikis.php,v 1.7 2010/02/08 21:27:27 wjames5 Exp $
// Copyright (c) 2002-2003, Luis Argerich, Garland Foster, Eduardo Polidor, et. al.
// 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.
// Initialization
-require_once( '../../bit_setup_inc.php' );
+require_once( '../../kernel/setup_inc.php' );
include_once( KERNEL_PKG_PATH.'admin_lib.php' );
if (!$gBitUser->isAdmin()) {
$gBitSmarty->assign('msg', tra("You dont have permission to use this feature"));