]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - servers/index.php
Add able to change background on overview
[irc/unrealircd/unrealircd-webpanel.git] / servers / index.php
index 20991347ea1c361ec2fe668c1facd4a14d385e3e..c3283378baecb56a549a338887bbba24c2aefbeb 100644 (file)
@@ -1,7 +1,7 @@
 <?php
-require_once "../common.php";
-require_once "../connection.php";
-require_once "../header.php";
+require_once "../inc/common.php";
+require_once "../inc/header.php";
+require_once "../inc/connection.php";
 
 $rehash_errors = [];
 $rehash_warnings = [];
@@ -97,7 +97,7 @@ 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="short-form-control">
@@ -180,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'; ?>