u
This commit is contained in:
@@ -256,7 +256,7 @@ async function add_item(db,element_id1,field1,element_id2,field2){ //we have two
|
||||
echo '<td>' . $i . '</td>';
|
||||
echo '<td>' . basename($yara_file) . '</td>';
|
||||
echo '<td><a href="'.str_replace("/var/www/html","",$yara_file).'" download>Download</a></td>';
|
||||
echo '<td><a href="view_log.php?delete_yar='.$yara_file.'&page=' . $current_page . '">delete</a></td>';
|
||||
echo '<td><a href="view_log.php?delete_yar='.$yara_file.'&page=' . $current_page . '">delete</a></td>'; //NEED TO BE DONE
|
||||
echo '</tr>';
|
||||
}
|
||||
$i++;
|
||||
|
||||
@@ -37,7 +37,7 @@ $filter_query = "&hash=$hash&path=$path&machine_id=$machine_id&action=$action";
|
||||
<div class="card-header">
|
||||
<h4>Dashboard</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<div class="card-body" style="overflow-x:auto">
|
||||
<h4>Current Threads</h4>
|
||||
<!-- table with all log entrys => delete button -->
|
||||
<?php
|
||||
|
||||
Reference in New Issue
Block a user