diff --git a/src/server/cyberhex-code/system/secure_zone/php/database_settings.php b/src/server/cyberhex-code/system/secure_zone/php/database_settings.php index 229a761..1e4e1ed 100644 --- a/src/server/cyberhex-code/system/secure_zone/php/database_settings.php +++ b/src/server/cyberhex-code/system/secure_zone/php/database_settings.php @@ -251,7 +251,7 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two $start=$offset*$page_size; $stop=$start+$page_size; - + $i=0; foreach($yara_files as $yara_files){ if($i>=$start && $i <=$stop){ //write out the file @@ -261,7 +261,7 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two echo '