Features LDAP, Rights, Cables, Menu improvements and bug fixing
This commit is contained in:
@@ -8,6 +8,11 @@ SPDX-License-Identifier: GPL-3.0-or-later
|
||||
*****************************************************************************/
|
||||
|
||||
include("includes.php");
|
||||
|
||||
if (($_SESSION['suser_role_admin'] == 0) && ($_SESSION['suser_role_manage'] == 0)) {
|
||||
header_location('comments.php?comments=accessdenied');
|
||||
}
|
||||
|
||||
include("header.php");
|
||||
|
||||
$realms = db_load_enum('user','user_realm');
|
||||
|
||||
Reference in New Issue
Block a user