Skip to content

Commit

Permalink
Merge pull request #223 from SimosNap/webcpanel
Browse files Browse the repository at this point in the history
Fixed NickServ set access from webcpanel
  • Loading branch information
Adam- committed Jan 4, 2019
2 parents a5eaf6f + 32a2167 commit 4c167be
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions modules/webcpanel/templates/default/nickserv/access.html
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@
<h4>Add an access entry</h4> <h4>Add an access entry</h4>
<form class="form-horizontal" method="post" action="/nickserv/access"> <form class="form-horizontal" method="post" action="/nickserv/access">
<div class="form-group"> <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"> <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> </div>
<div class="form-group"> <div class="form-group">
Expand Down

0 comments on commit 4c167be

Please sign in to comment.