Check hekate only!
This commit is contained in:
parent
bb4a6362dd
commit
47c8152f6a
@ -2,7 +2,7 @@
|
||||
<div>
|
||||
<form id="mainForm">
|
||||
<p>
|
||||
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin" checked>
|
||||
<input type="radio" name="payload" id="fusee.bin" value="fusee.bin">
|
||||
<label for="fusee.bin">Example payload (fusee.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
@ -10,11 +10,11 @@
|
||||
<label for="fusee.bin">Hekate {} - (hekate_ctcaer.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="tegraexplorer.bin" value="tegraexplorer.bin" checked>
|
||||
<input type="radio" name="payload" id="tegraexplorer.bin" value="tegraexplorer.bin">
|
||||
<label for="fusee.bin">TegraExplorer v{} - (tegraexplorer.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin" checked>
|
||||
<input type="radio" name="payload" id="lockpick.bin" value="lockpick.bin">
|
||||
<label for="fusee.bin">Lockpick_RCM {} - (lockpick.bin)</label>
|
||||
</p>
|
||||
<p>
|
||||
|
Loading…
Reference in New Issue
Block a user