Update client_settings.php
This commit is contained in:
@@ -107,7 +107,6 @@ function load_settings(){
|
||||
<h4>Client settings</h4>
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form action="client_settings.php?update=true" method="post">
|
||||
<!-- Dropdown for virus controll action -->
|
||||
<h5>What should be done, if the scanner finds a virus?</h5>
|
||||
<div class="dropdown">
|
||||
@@ -122,13 +121,18 @@ function load_settings(){
|
||||
</ul>
|
||||
</div>
|
||||
|
||||
<h5>What is the URL of this server? (url or ip address where the clients connect to)</h5>
|
||||
<form method="get" action="client_settings.php?update=setting_server_server_url">
|
||||
<td><input type="text" class="form-control" name="name" value="<?php echo($setting_server_server_url); ?>">
|
||||
<button type="submit" class="btn btn-primary btn-block">Update</button>
|
||||
</form>
|
||||
|
||||
|
||||
<div class="form-check form-switch">
|
||||
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
|
||||
<label class="form-check-label" for="flexSwitchCheckDefault">Default switch checkbox input</label>
|
||||
</div>
|
||||
</form>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user