mirror of
https://github.com/znc/znc.git
synced 2026-05-06 05:22:26 +02:00
webadmin: Add DCCBindHost
Before this commit, editing some user in webadmin cleared their DCCBindHost. That's definitely not what we want. git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2226 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
@@ -82,6 +82,17 @@
|
||||
<div style="clear: both;"></div>
|
||||
<? ENDIF ?>
|
||||
|
||||
<? IF DCCBindHostLoop ?>
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">DCCBindHost:</div>
|
||||
<select name="dccbindhost">
|
||||
<option value="">- Default -</option>
|
||||
<? LOOP DCCBindHostLoop ?><option value="<? VAR BindHost ?>"<? IF Checked ?> selected="selected"<? ENDIF ?>><? VAR BindHost ?></option><? ENDLOOP ?>
|
||||
</select>
|
||||
</div>
|
||||
<div style="clear: both;"></div>
|
||||
<? ENDIF ?>
|
||||
|
||||
<div class="subsection">
|
||||
<div class="inputlabel">Quit Message:</div>
|
||||
<div><input type="text" name="quitmsg" value="<? VAR QuitMsg ?>" class="full" maxlength="256" /></div>
|
||||
|
||||
Reference in New Issue
Block a user