Rename logs to audit logs because thats what they are they are not system logs

This commit is contained in:
johnnyq
2023-01-20 17:09:07 -05:00
parent 2c4948b007
commit 8cfecbecf3
3 changed files with 3 additions and 3 deletions

View File

@@ -171,7 +171,7 @@
<li class="nav-item">
<a href="logs.php" class="nav-link <?php if(basename($_SERVER["PHP_SELF"]) == "logs.php") { echo "active"; } ?>">
<i class="nav-icon far fa-eye"></i>
<p>Logs</p>
<p>Audit Logs</p>
</a>
</li>
</ul>