diff --git a/bans.php b/bans.php
index a215613..b19f5ee 100644
--- a/bans.php
+++ b/bans.php
@@ -1,4 +1,4 @@
-
+
Tempbans -
@@ -79,11 +79,10 @@
?>
-
+
-
+
\ No newline at end of file
diff --git a/check.php b/check.php
index a1983b4..54e7146 100644
--- a/check.php
+++ b/check.php
@@ -6,7 +6,7 @@ if (isset($_POST['name'], $_POST['table'])) {
echo('Invalid name.');
return;
}
- require 'includes/page.php';
+ require './includes/page.php';
$name = $_POST['name'];
$stmt = $conn->prepare("SELECT name,uuid FROM " . $table_history . " WHERE name=? ORDER BY date LIMIT 1");
diff --git a/includes/head.php b/includes/head.php
index 8edf557..19479d5 100644
--- a/includes/head.php
+++ b/includes/head.php
@@ -1,4 +1,4 @@
-
+
diff --git a/includes/page.php b/includes/page.php
index c112ca5..195e316 100644
--- a/includes/page.php
+++ b/includes/page.php
@@ -1,7 +1,7 @@
-
+
+
Index -
-
+
diff --git a/mutes.php b/mutes.php
index f61178d..3393d48 100644
--- a/mutes.php
+++ b/mutes.php
@@ -1,4 +1,4 @@
-
+
TempMutes -
-
+
\ No newline at end of file
diff --git a/warnings.php b/warnings.php
index 1a14030..5e9d48d 100644
--- a/warnings.php
+++ b/warnings.php
@@ -1,4 +1,4 @@
-
+
Warnings -
-
+
\ No newline at end of file