Update client_settings.php

This commit is contained in:
jakani24
2024-01-27 17:32:16 +01:00
parent 71371cf81e
commit d290153558

View File

@@ -122,8 +122,9 @@ function load_settings(){
</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">
<form method="get" action="client_settings.php">
<input type="text" class="form-control" style="width:20%" 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">
<button type="submit" class="btn btn-primary btn-block">Update URL</button>
</form>