service_udp2

This commit is contained in:
devdatt 2025-12-06 20:09:12 +05:30
parent 4f60c81a32
commit 33679fcb95
1 changed files with 3 additions and 3 deletions

View File

@ -885,9 +885,9 @@ if ($_SERVER['REQUEST_METHOD'] === 'POST') {
<div class="dropdown-container"> <div class="dropdown-container">
<span class="dropdown-label">Service Status :</span> <span class="dropdown-label">Service Status :</span>
<div class="dropdown"> <div class="dropdown">
<select name="service_udp2_multiple" id="service_udp2_multiple"> <select name="service_udp2" id="service_udp2">
<option value="enable" <?php if ($data['service_udp2_multiple'] == 'enable') echo 'selected'; ?>>Enable</option> <option value="enable" <?php if ($data['service_udp2'] == 'enable') echo 'selected'; ?>>Enable</option>
<option value="disable" <?php if ($data['service_udp2_multiple'] == 'disable') echo 'selected'; ?>>Disable</option> <option value="disable" <?php if ($data['service_udp2'] == 'disable') echo 'selected'; ?>>Disable</option>
</select> </select>
</div> </div>
</div> </div>