FEATURE: Added Credential Tagging Support

This commit is contained in:
johnnyq
2024-10-30 14:40:02 -04:00
parent 58738debc6
commit 873df63c76
7 changed files with 130 additions and 4 deletions

View File

@@ -76,6 +76,8 @@ $num_rows = mysqli_fetch_row(mysqli_query($mysqli, "SELECT FOUND_ROWS()"));
$tag_type_display = "Location Tag";
} elseif ( $tag_type == 3) {
$tag_type_display = "Contact Tag";
} elseif ( $tag_type == 4) {
$tag_type_display = "Credential Tag";
} else {
$tag_type_display = "Unknown Tag";
}