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 f822d0d commit 4082765Copy full SHA for 4082765
web/templates/admin/list_cron.html
@@ -81,7 +81,7 @@
81
<table class="data-col2" width="800px">
82
<tr>
83
<td colspan=5 class="cron" style="padding: 0 0 0 4px;">
84
- <b><?php echo $data[$key]['CMD'] ?></b>
+ <b><?php echo htmlspecialchars($data[$key]['CMD'], ENT_NOQUOTES) ?></b>
85
</td>
86
</tr>
87
web/templates/user/list_cron.html
@@ -67,7 +67,7 @@
67
68
69
70
71
72
73
0 commit comments