summaryrefslogtreecommitdiff
path: root/admin/admin_external_wikis.php
diff options
context:
space:
mode:
Diffstat (limited to 'admin/admin_external_wikis.php')
-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 6daab7b..636fd87 100644
--- a/admin/admin_external_wikis.php
+++ b/admin/admin_external_wikis.php
@@ -3,8 +3,8 @@
// 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( '../../kernel/setup_inc.php' );
-include_once( KERNEL_PKG_PATH.'admin_lib.php' );
+require_once( '../../kernel/includes/setup_inc.php' );
+include_once( KERNEL_PKG_INCLUDE_PATH.'admin_lib.php' );
if (!$gBitUser->isAdmin()) {
$gBitSmarty->assign('msg', tra("You dont have permission to use this feature"));
$gBitSystem->display( 'error.tpl' , NULL, array( 'display_mode' => 'admin' ));