diff --git a/check.php b/check.php
index 2f28131..bb5d699 100644
--- a/check.php
+++ b/check.php
@@ -28,7 +28,7 @@ class Check {
if (!isset($uuid)) {
if (filter_var($name, FILTER_VALIDATE_FLOAT)) {
echo "
";
- $page->settings->redirect("info.php?id=$name&type=$type", false);
+ redirect("info.php?id=$name&type=$type", false);
return;
}
$name = htmlspecialchars($name, ENT_QUOTES, 'UTF-8');
@@ -42,7 +42,7 @@ class Check {
}
echo "
";
- $page->settings->redirect($href, false);
+ redirect($href, false);
/*
$table = $page->settings->table['bans'];
diff --git a/error/missing-extensions.php b/error/missing-extensions.php
new file mode 100644
index 0000000..615c991
--- /dev/null
+++ b/error/missing-extensions.php
@@ -0,0 +1,46 @@
+
+
+