From 2d5cf9448edb1eb6785c1532ccb031b0ba0d1ef0 Mon Sep 17 00:00:00 2001
From: cflip <36554078+cflip@users.noreply.github.com>
Date: Sun, 25 Apr 2021 17:43:37 -0600
Subject: Remove old signout_inc.php file
---
includes/templates/header.php | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
(limited to 'includes/templates/header.php')
diff --git a/includes/templates/header.php b/includes/templates/header.php
index 35d9848..1db9cda 100644
--- a/includes/templates/header.php
+++ b/includes/templates/header.php
@@ -10,7 +10,7 @@
if (Session::get()->is_signed_in()) {
$user = Session::get()->get_current_user();
- echo '[' . $user->name . '\'s Profile] [Log out]';
+ echo '[' . $user->name . '\'s Profile] [Log out]';
} else {
echo '[Sign in] or [Register an account]';
}
--
cgit v1.2.3