webadmin: Add all currently missing global settings

These were MaxBufferSize, ConnectDelay, ServerThrottle and AnonIPLimit.

git-svn-id: https://znc.svn.sourceforge.net/svnroot/znc/trunk@2229 726aef4b-f618-498e-8847-2d620e286838
This commit is contained in:
psychon
2010-12-31 09:14:21 +00:00
parent 0456e3f0f2
commit 1e0585c485
2 changed files with 32 additions and 1 deletions
+24
View File
@@ -78,6 +78,30 @@
</div>
<div style="clear: both;"></div>
<div class="subsection half">
<div class="inputlabel">Maximum Buffer Size:</div>
<div><input type="text" name="maxbufsize" value="<? VAR MaxBufferSize ?>" /></div>
</div>
<div style="clear: both;"></div>
<div class="subsection half">
<div class="inputlabel">Connect Delay:</div>
<div><input type="text" name="connectdelay" value="<? VAR ConnectDelay ?>" /></div>
</div>
<div style="clear: both;"></div>
<div class="subsection half">
<div class="inputlabel">Server Throttle:</div>
<div><input type="text" name="serverthrottle" value="<? VAR ServerThrottle ?>" /></div>
</div>
<div style="clear: both;"></div>
<div class="subsection half">
<div class="inputlabel">Anonymous IP Limit:</div>
<div><input type="text" name="anoniplimit" value="<? VAR AnonIPLimit ?>" /></div>
</div>
<div style="clear: both;"></div>
<div class="subsection twothird">
<div class="inputlabel">MOTD:</div>
<div><textarea name="motd" cols="70" rows="5" class="monospace"><? LOOP MOTDLoop ?><? VAR Line ?>