mirror of
https://github.com/tuxis-ie/nsedit.git
synced 2025-06-08 00:57:01 +03:00
Added group table to users tab. Allow group name editing for now.
This commit is contained in:
parent
9b6ce2001e
commit
e172ba6502
4 changed files with 224 additions and 7 deletions
|
@ -1,6 +1,6 @@
|
|||
<?php
|
||||
|
||||
include('config.inc.php');
|
||||
include_once('config.inc.php');
|
||||
|
||||
$blocklogin = FALSE;
|
||||
|
||||
|
@ -458,4 +458,7 @@ if (!function_exists('hash_pbkdf2')) {
|
|||
}
|
||||
}
|
||||
|
||||
// Include functions for group management
|
||||
include_once('groups.inc.php');
|
||||
|
||||
?>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue