mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
Add options for spam count and interval
This commit is contained in:
parent
aef7f01ed9
commit
68c0ce3ae6
5 changed files with 60 additions and 31 deletions
|
|
@ -38,6 +38,20 @@
|
|||
<p class="x_help-block">{$lang->cmd_check_trackback_help}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="limits_interval" class="x_control-label">{$lang->cmd_limits_interval}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" name="limits_interval" id="limits_interval" value="{intval($config->limits_interval) ?: 10}" /> {$lang->unit_sec}
|
||||
<p class="x_help-block">{$lang->cmd_limits_interval_help}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="limits_count" class="x_control-label">{$lang->cmd_limits_count}</label>
|
||||
<div class="x_controls">
|
||||
<input type="number" name="limits_count" id="limits_count" value="{intval($config->limits_count) ?: 3}" /> {$lang->unit_write_count}
|
||||
<p class="x_help-block">{$lang->cmd_limits_count_help}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label for="ipv4_block_range" class="x_control-label">{$lang->cmd_ipv4_block_range}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue