Some last fix for logs!

This commit is contained in:
novgorodschi catalin
2026-05-28 13:22:27 +03:00
parent 1d1f1dc72a
commit dbe20c49b5
10 changed files with 94 additions and 13 deletions
+10 -1
View File
@@ -98,7 +98,16 @@ if(isset($id)) {
} ?>
</div>
</div>
<div class="form-row">
<label>🏖 Vacation Mode</label>
<div class="field">
<select name="vac_mode">
<option value="0" <?php if(!$user['vac_mode']) echo 'selected'; ?>>0 - Disabled</option>
<option value="1" <?php if($user['vac_mode']) echo 'selected'; ?>>1 - Enabled</option>
</select>
</div>
</div>
<div class="form-row">
<label>💰 Gold</label>
<div class="field input-icon">