feat: Add PersonalFlag flag with automatic cheat reporting

This commit is contained in:
2025-11-07 14:04:01 +01:00
parent 0609c6cb61
commit 3139c08c91
5 changed files with 91 additions and 3 deletions

11
assets/create.html Normal file
View File

@@ -0,0 +1,11 @@
<label>
Personal<br>
<small>Enter personal flag data</small>
</label>
<div class="form-group">
<input type="text" class="form-control" name="content" value="{{ content }}">
</div>
<div class="form-group">
<input type="text" class="form-control" name="user id" value="{{ data }}">
</div>
<input type="hidden" name="type" value="personal">