Skip to content

Commit

Permalink
Update post.html (#118)
Browse files Browse the repository at this point in the history
use flag with the length it will have during the contest (as some implementations might be dependent on the length of the flag

Co-authored-by: ldruschk <[email protected]>
  • Loading branch information
DanielHabenicht and ldruschk authored May 27, 2021
1 parent ee3de3d commit c769b67
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/enochecker/post.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h1 id="checker-header">$SERVICE-Checker</h1>

<div class='form-row'>
<label for='flag'>Flag</label>
<input id='flag' name='flag' type='text' value='ENOTESTFLAG'/>
<input id='flag' name='flag' type='text' value='ENOTESTFLAGTESTLFLAGTESTFLAG1234567890TESTFLAG12345'/>
</div>

<div class='form-row'>
Expand Down Expand Up @@ -480,4 +480,4 @@ <h3> Responses </h3>
}
</script>
</body>
</html>
</html>

0 comments on commit c769b67

Please sign in to comment.