diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:26 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:26 -0500 |
| commit | b83a41245d23566c2b8bfdfc46247f0bd31b6844 (patch) | |
| tree | 834fe6e6cbf2f8f251fe60e613ca8ca456919323 /admin | |
| parent | b01aa01c0a9a00cb5866e8693f36a02a9203d2af (diff) | |
| download | wiki-b83a41245d23566c2b8bfdfc46247f0bd31b6844.tar.gz wiki-b83a41245d23566c2b8bfdfc46247f0bd31b6844.tar.bz2 wiki-b83a41245d23566c2b8bfdfc46247f0bd31b6844.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'admin')
| -rw-r--r-- | admin/admin_external_wikis.php | 2 |
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")); |
