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