mirror of
https://github.com/itflow-org/itflow
synced 2026-08-16 20:45:12 +00:00
Use Short echo tags across the code
This commit is contained in:
@@ -56,10 +56,10 @@ $passwords_not_rotated_sql = mysqli_query($mysqli,
|
||||
?>
|
||||
|
||||
<tr>
|
||||
<td><?php echo $client_name; ?></td>
|
||||
<td class="text-right"><?php echo $credential_name; ?></td>
|
||||
<td class="text-right"><?php echo $credential_description; ?></td>
|
||||
<td class="text-right"><?php echo timeAgo($credential_password_changed) . " (" . $credential_password_changed . ")" ?></td>
|
||||
<td><?= $client_name ?></td>
|
||||
<td class="text-right"><?= $credential_name ?></td>
|
||||
<td class="text-right"><?= $credential_description ?></td>
|
||||
<td class="text-right"><?= timeAgo($credential_password_changed) . " (" . $credential_password_changed . ")" ?></td>
|
||||
</tr>
|
||||
|
||||
<?php } ?>
|
||||
|
||||
Reference in New Issue
Block a user