Added Autoremediation Log

This commit is contained in:
e025532
2025-01-15 09:41:48 +01:00
parent 9e6f83b6ec
commit b914661657
3 changed files with 135 additions and 2 deletions

View File

@@ -131,8 +131,12 @@
if (date('w') >= 2 && date('w') <= 6 && $diff->format("%R%a") < 1){
echo "<td>".$LastGood."</td>";
}else{
echo "<td class='table-warning'>".$LastGood."</td>";
$outdated++;
if ((date('w') == 1 || date('w') == 7) && $diff->format("%R%a") <= 3){
echo "<td>".$LastGood."</td>";
}else{
echo "<td class='table-warning'>".$LastGood."</td>";
$outdated++;
}
}
echo "<td>".$row['LastSize']."</td>";
echo "<td>".$row['Owner']."</td>";