mirror of
https://github.com/anope/anope.git
synced 2026-07-07 00:03:13 +02:00
Merge pull request #223 from SimosNap/webcpanel
Fixed NickServ set access from webcpanel
This commit is contained in:
@@ -27,9 +27,9 @@
|
||||
<h4>Add an access entry</h4>
|
||||
<form class="form-horizontal" method="post" action="/nickserv/access">
|
||||
<div class="form-group">
|
||||
<label class="control-label col-lg-2" for="message">Hostmask:</label>
|
||||
<label class="control-label col-lg-2" for="access">Hostmask:</label>
|
||||
<div class="col-lg-5">
|
||||
<input class="form-control" type="text" name="message" id="message" placeholder="Mask must be in the form user@host">
|
||||
<input class="form-control" type="text" name="access" id="access" placeholder="Mask must be in the form user@host">
|
||||
</div>
|
||||
</div>
|
||||
<div class="form-group">
|
||||
|
||||
Reference in New Issue
Block a user