mirror of
https://gitlab.com/ruany/litebans-php.git
synced 2025-05-23 16:32:45 +00:00
Add 'warned' table column
This commit is contained in:
parent
8f005a0c78
commit
ef4f86399e
@ -27,6 +27,9 @@
|
||||
<th>
|
||||
<div style="text-align: center;">Warned Until</div>
|
||||
</th>
|
||||
<th>
|
||||
<div style="text-align: center;">Received Warning?</div>
|
||||
</th>
|
||||
</tr>
|
||||
</thead>
|
||||
<tbody>
|
||||
@ -50,6 +53,9 @@
|
||||
echo $expiresResult;
|
||||
?>
|
||||
</td>
|
||||
<td>
|
||||
<?php echo $row['warned'] == 1 ? "Yes" : "No"; ?>
|
||||
</td>
|
||||
</tr>
|
||||
<?php }
|
||||
?>
|
||||
|
Loading…
x
Reference in New Issue
Block a user