]> jfr.im git - irc/unrealircd/unrealircd-webpanel.git/blobdiff - servers/index.php
Move some PHP files from ./ to ./inc: common, connection, header, footer
[irc/unrealircd/unrealircd-webpanel.git] / servers / index.php
index f5962492fc13bb69c335fb9cfc4075d52a22cec0..f63ed5afc417abc2f702d9a799ad570340cd9112 100644 (file)
@@ -1,6 +1,7 @@
 <?php
-require_once "../common.php";
-require_once UPATH . "/header.php";
+require_once "../inc/common.php";
+require_once "../inc/connection.php";
+require_once "../inc/header.php";
 
 $rehash_errors = [];
 $rehash_warnings = [];
@@ -99,7 +100,7 @@ Click on a server name to view more information.
        <thead>
                <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'; ?>