mirror of
https://github.com/Lastorder-DC/rhymix.git
synced 2026-05-02 08:42:15 +09:00
Add outgoing proxy setting
This commit is contained in:
parent
14c18ceb70
commit
ccf8806bb4
5 changed files with 25 additions and 1 deletions
|
|
@ -201,6 +201,13 @@
|
|||
<p class="x_help-block">{$lang->about_cache_control_header}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="outgoing_proxy">{$lang->outgoing_proxy}</label>
|
||||
<div class="x_controls">
|
||||
<input type="text" name="outgoing_proxy" id="outgoing_proxy" value="{$outgoing_proxy}" />
|
||||
<p class="x_help-block">{$lang->about_outgoing_proxy}</p>
|
||||
</div>
|
||||
</div>
|
||||
<div class="x_control-group">
|
||||
<label class="x_control-label" for="partial_page_rendering">{$lang->cmd_partial_page_rendering}</label>
|
||||
<div class="x_controls">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue