Update index.php
This commit is contained in:
@@ -111,13 +111,19 @@ if(isset($_GET["page"])){
|
|||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<?php
|
<?php
|
||||||
if($perms[9]=="1")
|
if($perms[9]=="1" or $perms[10]=="1")
|
||||||
echo("<p>Incidents</p>");
|
echo("<p>Incidents</p>");
|
||||||
?>
|
?>
|
||||||
<ul>
|
<ul>
|
||||||
|
<ul>
|
||||||
|
<?php
|
||||||
|
if($perms[9]=="1")
|
||||||
|
echo('<li><a href="index.php?page=manage_incident.php">View Incidents</a></li>');
|
||||||
|
?>
|
||||||
|
</ul>
|
||||||
<?php
|
<?php
|
||||||
if($perms[10]=="1")
|
if($perms[10]=="1")
|
||||||
echo('<li><a href="index.php?page=manage_incident.php">View / Manage Incidents</a></li>');
|
echo('<li><a href="index.php?page=manage_incident.php">Manage Incidents</a></li>');
|
||||||
?>
|
?>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user