Added group table to users tab. Allow group name editing for now.

This commit is contained in:
Richard Underwood 2016-09-30 14:23:09 +01:00
parent 9b6ce2001e
commit e172ba6502
4 changed files with 224 additions and 7 deletions

View file

@ -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');
?>