From 85f107e8bd1e581ca3711cf09f37cfa7d727d94d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mike=20Schw=C3=B6rer?= Date: Fri, 17 Jan 2020 00:55:41 +0100 Subject: [PATCH] Highscores --- .idea/inspectionProfiles/Project_Default.xml | 6 +- www/internals/highscores.php | 102 ------------------ www/internals/modules.php | 6 ++ www/internals/modules/highscores.php | 108 +++++++++++++++++++ www/pages/highscores_insert.php | 40 +++---- www/pages/highscores_listentries.php | 43 ++++---- www/pages/highscores_listgames.php | 16 +-- www/pages/highscores_newid.php | 22 ++-- www/pages/highscores_top50.php | 16 +-- www/pages/highscores_update.php | 62 ++++++----- 10 files changed, 230 insertions(+), 191 deletions(-) delete mode 100644 www/internals/highscores.php create mode 100644 www/internals/modules/highscores.php diff --git a/.idea/inspectionProfiles/Project_Default.xml b/.idea/inspectionProfiles/Project_Default.xml index c66df00..e3c2bd0 100644 --- a/.idea/inspectionProfiles/Project_Default.xml +++ b/.idea/inspectionProfiles/Project_Default.xml @@ -1,7 +1,11 @@