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"); } ?>