diff --git a/index.php b/index.php
index c7a17a2..be560fe 100644
--- a/index.php
+++ b/index.php
@@ -11,6 +11,13 @@ $threads = $pdo->query("SELECT id, title, game, tag, author, created_at FROM for
include __DIR__ . '/includes/header.php';
?>
+
+
Account created. You are now logged in.
+
+
+ You have been logged out.
+
+
@@ -25,7 +32,7 @@ include __DIR__ . '/includes/header.php';
-
Live pulse
+
Live 1111pulse
- Active builds= h((string)$pdo->query("SELECT COUNT(*) FROM builds")->fetchColumn()) ?>
- Forum threads= h((string)$pdo->query("SELECT COUNT(*) FROM forum_threads")->fetchColumn()) ?>