]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - server-bans/index.php
make this work in case of javascript blockers
[irc/unrealircd/unrealircd-webpanel.git] / server-bans / index.php
index 688b7936759d522fc03d6a5f24aa3a060ae42c56..acf8ea67147100c654fff6b7c7b97609d14bbfc2 100644 (file)
@@ -122,16 +122,6 @@ Here are all your network bans, from K-Lines to G-Lines, it's all here.<br><br>
                                        <option value="gzline">Global Zap Line (GZLine)</option>
                                        
                                </optgroup>
-                               <optgroup label="Restrictions">
-                                       <option value="local-qline">Reserve Nick Locally(QLine)</option>
-                                       <option value="qline">Reserve Nick Globally (QLine)</option>
-                                       <option value="shun">Shun</option>
-
-                               </optgroup>
-                               <optgroup label="Settings">
-                                       <option value="except">Global Exception (ELine)</option>
-                                       <option value="local-exception">Local Exception (ELine)</option>
-                               </optgroup>
                        </select><br>
                        <div class="align_label"><label for="banlen_w">Duration: </label></div>
                                        <select class="curvy" name="banlen_w" id="banlen_w">
@@ -248,4 +238,4 @@ Here are all your network bans, from K-Lines to G-Lines, it's all here.<br><br>
        </div>
        </div></form></div></div>
 
-<?php require_once 'footer.php'; ?>
+<?php require_once '../footer.php'; ?>