From 0926c2bdab8f3bc57238b04146dd25ed8f1a595d Mon Sep 17 00:00:00 2001 From: Boris Date: Thu, 3 Nov 2022 23:58:00 +0100 Subject: [PATCH] =?UTF-8?q?Am=C3=A9lioration=20gestion=20des=20exceptions?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- home.php | 2 + lib/DAO.class.php | 8 +- lib/ErrorsHandler.class.php | 64 +++++ lib/Fred.class.php | 2 +- lib/Gchange.class.php | 676 +++++++++++++++++++++++++++++--------------- lib/GchangeUser.class.php | 11 +- lib/js/farfetched.js | 26 +- login.php | 6 +- map.php | 83 ++++-- 9 files changed, 615 insertions(+), 263 deletions(-) create mode 100644 lib/ErrorsHandler.class.php diff --git a/home.php b/home.php index 9842f57..c9df1e3 100644 --- a/home.php +++ b/home.php @@ -2,9 +2,11 @@ require_once('config.php'); +die($_SESSION['player_pubkey']); $bodyIds = 'home'; include_once('header.php'); + echo '