Update client_settings.php

This commit is contained in:
jakani24
2024-01-27 17:30:26 +01:00
parent 06c85834b0
commit 45893d98de

View File

@@ -123,7 +123,7 @@ function load_settings(){
<h5>What is the URL of this server? (url or ip address where the clients connect to)</h5> <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"> <form method="get" action="client_settings.php?update=setting_server_server_url">
<td><input type="text" class="form-control-sm" name="name" value="<?php echo($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> <button type="submit" class="btn btn-primary btn-block">Update</button>
</form> </form>