Update client_settings.php

This commit is contained in:
jakani24
2024-01-27 17:31:04 +01:00
parent 45893d98de
commit 71371cf81e

View File

@@ -123,8 +123,8 @@ function load_settings(){
<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" style="width:20%" name="name" value="<?php echo($setting_server_server_url); ?>">
<button type="submit" class="btn btn-primary btn-block">Update</button>
<input type="text" class="form-control" style="width:20%" name="name" value="<?php echo($setting_server_server_url); ?>">
<button type="submit" class="btn btn-primary btn-block">Update URL</button>
</form>