diff options
| author | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:20 -0500 |
|---|---|---|
| committer | modela bitweaver <spiderr@bitweaver.org> | 2021-02-03 16:06:20 -0500 |
| commit | 5c7b91cefd68d5fcf1dbc3c11936478b3debbb12 (patch) | |
| tree | 861e513f81fb8bfea1db05e2fc009c20675034c5 /admin/edit_group.php | |
| parent | 5e96f0d060e885c874466e23c41108d8f9cd4a1e (diff) | |
| download | users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.tar.gz users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.tar.bz2 users-5c7b91cefd68d5fcf1dbc3c11936478b3debbb12.zip | |
update path for kernel/includes/setup_inc.php
Diffstat (limited to 'admin/edit_group.php')
| -rw-r--r-- | admin/edit_group.php | 2 |
1 files changed, 1 insertions, 1 deletions
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' ); |
