Update database_settings.php
This commit is contained in:
@@ -249,7 +249,7 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two
|
|||||||
echo '<tbody>';
|
echo '<tbody>';
|
||||||
|
|
||||||
|
|
||||||
$start=$offset*$page_size;
|
$start=$offset;
|
||||||
$stop=$start+$page_size;
|
$stop=$start+$page_size;
|
||||||
$i=0;
|
$i=0;
|
||||||
foreach($yara_files as $yara_file){
|
foreach($yara_files as $yara_file){
|
||||||
|
|||||||
Reference in New Issue
Block a user