Fixes Access Decryption program

This commit is contained in:
Unknown
2019-04-27 00:12:35 -04:00
parent 6eb60af801
commit 269940f384
2 changed files with 2 additions and 2 deletions
@@ -68,7 +68,7 @@
message = "RFID card is not present in the device. Operation aborted."
return
running = TRUE
target_access = get_access_by_id(text2num(href_list["PRG_execute"]))
target_access = get_access_by_id(href_list["PRG_execute"])
if(ntnet_global.intrusion_detection_enabled)
ntnet_global.add_log("IDS WARNING - Unauthorised access attempt to primary keycode database from device: [computer.network_card.get_network_tag()]")
ntnet_global.intrusion_detection_alarm = 1