Update client_settings.php
This commit is contained in:
@@ -366,6 +366,7 @@ function load_settings(){
|
||||
<tr>
|
||||
<th scope="row">000</th>
|
||||
<td><input type="text" id="task_time" class="form-control" name="task_time"></td>
|
||||
<td>
|
||||
<div class="dropdown">
|
||||
<button class="btn btn-secondary dropdown-toggle" type="button" id="task_action" data-bs-toggle="dropdown" aria-expanded="false">
|
||||
<?php echo("test"); ?>
|
||||
@@ -375,6 +376,7 @@ function load_settings(){
|
||||
<li><a class="dropdown-item" href="#" onclick="update_setting('dropdownMenuButton1','setting_virus_ctrl_virus_found_action','quarantine')">scanfile</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</td>
|
||||
<td><input type="text" id="task_argument" class="form-control" name="task_argument"></td>
|
||||
<td><input type="text" id="task_name" class="form-control" name="task_name"></td>
|
||||
<td><button type="button" class="btn btn-primary" onclick="add_item('rtp_excluded','rtp_excluded','path');">Add</button></td>
|
||||
|
||||
Reference in New Issue
Block a user