mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-01-07 02:31:40 +09:00
parent
ff2e04fb8f
commit
8d1dd026ef
6 changed files with 46 additions and 1 deletions
|
|
@ -72,6 +72,14 @@
|
|||
<p class="x_help-block">{$lang->about_special_phone_number}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<p class="x_control-label">{$lang->cmd_max_auth_sms_count}</p>
|
||||
<div class="x_controls">
|
||||
<input type="number" min="0" name="max_auth_sms_count" value="{$config->max_auth_sms_count ?: 5}" /> {$lang->unit_count} /
|
||||
<input type="number" min="0" name="max_auth_sms_count_time" value="{$config->max_auth_sms_count_time ?: 600}" /> {$lang->unit_sec}
|
||||
<p class="x_help-block">{$lang->about_max_auth_sms_count}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="redirect_url">{$lang->redirect_url}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue