From f2886bcc8d30e1b0a066bd733fdc2a99bcecdc47 Mon Sep 17 00:00:00 2001 From: Boris Date: Mon, 14 Nov 2022 15:45:55 +0100 Subject: [PATCH] =?UTF-8?q?It=20is=20knooown=E2=80=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.php | 17 +++++++++++++++++ lib/Fred.class.php | 7 ++++--- lib/Gchange.class.php | 4 ++-- login.php | 31 ++++++++++++++++++++++++------- map.php | 2 +- 5 files changed, 48 insertions(+), 13 deletions(-) diff --git a/home.php b/home.php index 3b0912f..8dd651c 100644 --- a/home.php +++ b/home.php @@ -1,11 +1,28 @@ getUser($_SESSION['player_pubkey']); + +} catch (Exception $errMsg) { + + ErrorsHandler::kaput($errMsg); +} + echo ' +
+ Bienvenue '. $player->getUserName() . ' ! + +
+