From 5c7b91cefd68d5fcf1dbc3c11936478b3debbb12 Mon Sep 17 00:00:00 2001 From: modela bitweaver Date: Wed, 3 Feb 2021 16:06:20 -0500 Subject: update path for kernel/includes/setup_inc.php --- admin/edit_group.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'admin/edit_group.php') diff --git a/admin/edit_group.php b/admin/edit_group.php index 51851b5..a631a13 100644 --- a/admin/edit_group.php +++ b/admin/edit_group.php @@ -4,7 +4,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' ); // PERMISSIONS: NEEDS admin $gBitSystem->verifyPermission( 'p_users_admin' ); -- cgit v1.3