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