Update index.php

This commit is contained in:
jakani24
2024-06-20 15:21:02 +02:00
parent 2de8d22b19
commit 9f6640220f

View File

@@ -119,8 +119,6 @@ if(isset($_GET["page"])){
if($perms[9]=="1")
echo('<li><a href="index.php?page=manage_incident.php">View Incidents</a></li>');
?>
</ul>
<ul>
<?php
if($perms[10]=="1")
echo('<li><a href="index.php?page=manage_incident.php">Manage Incidents</a></li>');