]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - servers/index.php
Move spamfilter.php to server-bans/
[irc/unrealircd/unrealircd-webpanel.git] / servers / index.php
index f5962492fc13bb69c335fb9cfc4075d52a22cec0..c3283378baecb56a549a338887bbba24c2aefbeb 100644 (file)
@@ -1,6 +1,7 @@
 <?php
-require_once "../common.php";
-require_once UPATH . "/header.php";
+require_once "../inc/common.php";
+require_once "../inc/header.php";
+require_once "../inc/connection.php";
 
 $rehash_errors = [];
 $rehash_warnings = [];
@@ -96,10 +97,10 @@ Click on a server name to view more information.
        
        
        <table class="container-xxl table table-sm table-responsive caption-top table-striped">
-       <thead>
+       <thead class="table-primary">
                <th scope="col"><h5>Filter:</h5></th>
                <form action="" method="post">
-               <th scope="col" colspan="2">Name<input name="sf_name" type="text" class="form-control short-form-control">
+               <th scope="col" colspan="2">Name: <input name="sf_name" type="text" class="short-form-control">
                <th scope="col"> <input class="btn btn-primary btn-sm" type="submit" value="Search"></th></form>
        </thead></table>
        <form action="index.php" method="post">
@@ -179,4 +180,4 @@ Click on a server name to view more information.
        </tbody></table>
 </div>
 
-<?php require_once UPATH.'/footer.php'; ?>
+<?php require_once UPATH.'/inc/footer.php'; ?>