mirror of
https://github.com/znc/znc.git
synced 2026-07-06 09:51:25 +02:00
Merge pull request #962 from wolfy1339/pr-455-fix
Add third class to the port input [Fixes #446]
This commit is contained in:
@@ -58,7 +58,7 @@
|
||||
<tr>
|
||||
<form action="<? VAR URIPrefix TOP ?><? VAR ModPath TOP ?>add_listener" method="post">
|
||||
<? INC _csrf_check.tmpl ?>
|
||||
<td><input name="port" type="number" min="1" max="65535" class="number"/></td>
|
||||
<td><input name="port" type="number" min="1" max="65535" class="number third"/></td>
|
||||
<td><input name="host" type="text" value="*" class="sixth"/></td>
|
||||
<td><div class="checkbox"><input name="ssl" type="checkbox"/></div></td>
|
||||
<td><div class="checkbox"><input name="ipv4" type="checkbox" checked="checked"/></div></td>
|
||||
|
||||
Reference in New Issue
Block a user