Update client_settings.php

This commit is contained in:
jakani24
2024-01-27 17:33:27 +01:00
parent 718f0c6cd4
commit 11d517243e

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"> <form method="get" action="client_settings.php">
<input type="text" class="form-control form-control-sm" style="width:20%" name="name" value="<?php echo($setting_server_server_url); ?>"> <input type="text" class="form-control form-control-sm" name="name" value="<?php echo($setting_server_server_url); ?>">
<input type="text" class="form-control" style="display:none" name="update" value="setting_server_server_url"> <input type="text" class="form-control" style="display:none" name="update" value="setting_server_server_url">
<button type="submit" class="btn btn-primary btn-block">Update URL</button> <button type="submit" class="btn btn-primary btn-block">Update URL</button>
</form> </form>