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.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/admin/admin_external_wikis.php b/admin/admin_external_wikis.php
index 6daab7b..cefa711 100644
--- a/admin/admin_external_wikis.php
+++ b/admin/admin_external_wikis.php
@@ -3,7 +3,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.
// Initialization
-require_once( '../../kernel/setup_inc.php' );
+require_once( '../../kernel/includes/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"));