.
This commit is contained in:
@@ -44,7 +44,7 @@
|
||||
<!-- Get DATAs -->
|
||||
<?php
|
||||
DB_ENTRY02();
|
||||
$result = $conn->query("SELECT * FROM GlobalCrossover where S1 = 'Y' order by server");
|
||||
$result = $conn->query("SELECT * FROM GlobalCrossover where S1 like '%.%' order by server");
|
||||
?>
|
||||
|
||||
<table class='table table-bordered table-hover table-sm'
|
||||
@@ -64,9 +64,9 @@
|
||||
$lu=date_create($row['S1lu']);
|
||||
$diff=date_diff($lu,date_create(date("Y-m-d")));
|
||||
if($diff->format("%R%a") > 7){
|
||||
echo "<td class='bg-warning'>".$row['EPOlu']."</td>";
|
||||
echo "<td class='bg-warning'>".$row['S1lu']."</td>";
|
||||
}else{
|
||||
echo "<td class='bg-success'>".$row['EPOlu']."</td>";
|
||||
echo "<td class='bg-success'>".$row['S1lu']."</td>";
|
||||
}
|
||||
echo "</tr>";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user