Update index.php

This commit is contained in:
jakani24
2024-06-20 15:18:58 +02:00
parent 095c0e7141
commit 6d28fb12fa

View File

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