From 056bf64757a45634caa9360638424f320bf42aba Mon Sep 17 00:00:00 2001 From: mauirixxx Date: Thu, 9 Aug 2018 14:14:26 -1000 Subject: [PATCH] added account and character preference --- footer.php | 2 ++ 1 file changed, 2 insertions(+) diff --git a/footer.php b/footer.php index adfd3d3..166e8d7 100644 --- a/footer.php +++ b/footer.php @@ -1,5 +1,7 @@ '; +echo '
| Preferred game account: ' . $_SESSION['prefaccname'] . ' | Preferred character: ' . $_SESSION['prefcharname'] . ' |

'; // the footer just adds a logout button at the bottom of every page for the currently logged in user if (isset($_SESSION['userid']) && ($_SESSION['username'])) { echo '


';