From 073800068f981e0264e0e8d33801dc602600f5e3 Mon Sep 17 00:00:00 2001 From: jakani24 Date: Mon, 1 Apr 2024 11:35:15 +0200 Subject: [PATCH] Update database_settings_functions.php --- .../system/secure_zone/php/database_settings_functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php b/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php index 2924290..f6b6e2e 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php +++ b/src/server/cyberhex-code/system/secure_zone/php/database_settings_functions.php @@ -73,7 +73,7 @@ function list_yara_files($dir) { if (is_dir($path)) { $buf=list_yara_files($path); foreach($buf as $newpath){ - $yar_files[]=$newpath + $yar_files[]=$newpath; } //$yar_files = array_merge($yar_files, list_yara_files($path)); }