]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - server_bans.php
Rename tkl.php -> server_bans.php for consistency
[irc/unrealircd/unrealircd-webpanel.git] / server_bans.php
similarity index 99%
rename from tkl.php
rename to server_bans.php
index d387dff65b50d754f4558d332b15516a45ff10c7..a50a0a8ae7b438034677a0c493f4792afcd7e1a4 100644 (file)
--- a/tkl.php
@@ -104,7 +104,7 @@ foreach ($rpc->nameban()->getAll() as $v)
                </div>
                <div class="modal-body">
                
-               <form action="tkl.php" method="post">
+               <form  method="post">
                        <div class="align_label">IP / Host: </div> <input class="curvy" type="text" id="tkl_add" name="tkl_add"><br>
                        <div class="align_label">Ban Type: </div> <select class="curvy" name="bantype" id="bantype">
                                <option value=""></option>
@@ -186,7 +186,7 @@ foreach ($rpc->nameban()->getAll() as $v)
 
        <table class="table table-responsive caption-top table-striped">
        <thead class="table-primary">
-       <form action="tkl.php" method="post">
+       <form method="post">
        <th><input type="checkbox" label='selectall' onClick="toggle_tkl(this)" />Select all</th>
        <th>Mask</th>
        <th>Type</th>