diff options
Diffstat (limited to 'copyrights.php')
| -rw-r--r-- | copyrights.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/copyrights.php b/copyrights.php index 31160e2..c3a10dd 100644 --- a/copyrights.php +++ b/copyrights.php @@ -13,7 +13,7 @@ /** * required setup */ -require_once( '../kernel/setup_inc.php' ); +require_once( '../kernel/includes/setup_inc.php' ); $gBitSystem->isFeatureActive( 'wiki_copyrights', tra("The copyright management feature is not enabled.") ); $gBitUser->hasPermission( 'p_wiki_edit_copyright' ); |
