Update client_settings.php
This commit is contained in:
@@ -107,7 +107,6 @@ function load_settings(){
|
|||||||
<h4>Client settings</h4>
|
<h4>Client settings</h4>
|
||||||
</div>
|
</div>
|
||||||
<div class="card-body">
|
<div class="card-body">
|
||||||
<form action="client_settings.php?update=true" method="post">
|
|
||||||
<!-- Dropdown for virus controll action -->
|
<!-- Dropdown for virus controll action -->
|
||||||
<h5>What should be done, if the scanner finds a virus?</h5>
|
<h5>What should be done, if the scanner finds a virus?</h5>
|
||||||
<div class="dropdown">
|
<div class="dropdown">
|
||||||
@@ -122,13 +121,18 @@ function load_settings(){
|
|||||||
</ul>
|
</ul>
|
||||||
</div>
|
</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">
|
<div class="form-check form-switch">
|
||||||
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
|
<input class="form-check-input" type="checkbox" role="switch" id="flexSwitchCheckDefault">
|
||||||
<label class="form-check-label" for="flexSwitchCheckDefault">Default switch checkbox input</label>
|
<label class="form-check-label" for="flexSwitchCheckDefault">Default switch checkbox input</label>
|
||||||
</div>
|
</div>
|
||||||
</form>
|
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user