mirror of
https://github.com/itflow-org/itflow
synced 2026-03-11 08:14:52 +00:00
Client: Add missing CSRF checks, and missing enforcements
This commit is contained in:
@@ -550,7 +550,7 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
|
||||
$asset_model = nullable_htmlentities($row['asset_model']);
|
||||
$asset_serial = nullable_htmlentities($row['asset_serial']);
|
||||
if ($asset_serial) {
|
||||
$asset_serial_display = $asset_serial;
|
||||
$asset_serial_display = "<span class='badge badge-light text-monospace'>$asset_serial</span>";
|
||||
} else {
|
||||
$asset_serial_display = "-";
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user