mirror of
https://github.com/cliffe/SecGen.git
synced 2026-02-20 13:50:45 +00:00
Fix flags.json and link hrefs.
This commit is contained in:
@@ -66,7 +66,7 @@ class CTFdGenerator
|
||||
flag_id = flags.length + 1
|
||||
flags << {
|
||||
"id"=>flag_id,
|
||||
"chal"=>challenge_id,
|
||||
"challenge_id"=>challenge_id,
|
||||
"type"=>"static",
|
||||
"content"=>output_value,
|
||||
"data"=>nil}
|
||||
|
||||
@@ -5,10 +5,10 @@
|
||||
<br>
|
||||
<br>
|
||||
<h4 class="text-center">
|
||||
You may review the <a href=\"challenges\">challenges</a> and (if available) purchase hints.
|
||||
You may review the <a href=\"challenges">challenges</a> and (if available) purchase hints.
|
||||
</h4>
|
||||
<h4 class="text-center">
|
||||
Please use the <a href=\"submit\">Flag Submission</a> page to submit your flags.
|
||||
Please use the <a href=\"submit">Flag Submission</a> page to submit your flags.
|
||||
</h4>
|
||||
<h4 class="text-center">
|
||||
Good luck!
|
||||
|
||||
Reference in New Issue
Block a user