We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2751d53 commit 92341aaCopy full SHA for 92341aa
index.php
@@ -90,7 +90,7 @@
90
<label for="cmd"><strong>Command</strong></label>
91
<div class="form-group">
92
<input type="text" name="cmd" id="cmd" value="<?= htmlspecialchars($_POST['cmd'], ENT_QUOTES, 'UTF-8') ?>"
93
- onfocus="this.setSelectionRange(this.value.length,this.value.length);" autofocus required>
+ onfocus="this.setSelectionRange(this.value.length, this.value.length);" autofocus required>
94
<button type="submit">Execute</button>
95
</div>
96
</form>
0 commit comments