adding log backups

This commit is contained in:
jakani24
2024-06-08 17:16:57 +02:00
parent 5686f76ec4
commit 06742b3895
3 changed files with 67 additions and 22 deletions

View File

@@ -77,6 +77,8 @@ if(isset($_GET["page"])){
echo('<li><a href="index.php?page=view_log.php">View Log</a></li>');
if($perms[2]=="1")
echo('<li><a href="index.php?page=export_log.php">Export Log</a></li>');
if($perms[2]=="1")
echo('<li><a href="index.php?page=log_backups.php">Log Backups</a></li>');
?>
</ul>
<?php