From bfa19c4278e0a3202471a6fb4aee4ba178dae693 Mon Sep 17 00:00:00 2001 From: jakani24 Date: Tue, 25 Jun 2024 20:55:35 +0200 Subject: [PATCH] Update manage_incident.php --- .../cyberhex-code/system/secure_zone/php/manage_incident.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php b/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php index c4bfee9..4351a27 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php +++ b/src/server/cyberhex-code/system/secure_zone/php/manage_incident.php @@ -164,7 +164,7 @@ if(isset($_GET["upload_evidence"])){ arsort($fileCreationTimes); // Loop through each file and print its name foreach ($fileCreationTimes as $file=> $creationTime) { - echo("".str_replace(".evidence","",basename($file))."Download"); + echo("".str_replace(".evidence","",basename($file))."Download"); } ?>