From d12782ae5c14e261b5a8e44eebf01267c8902cfb Mon Sep 17 00:00:00 2001 From: Grisu Date: Tue, 7 Jun 2022 22:03:52 +0200 Subject: [PATCH] added login --- app/public/html/header.html | 1 + app/public/index.php | 11 ++++++- app/public/login.php | 42 ++++++++++++++++++++++++ app/public/logout.php | 9 ++++++ app/public/mannschaft.php | 11 +++++-- app/public/stationen.php | 11 +++++-- app/public/statistik.php | 11 +++++-- app/scripts/connection.php | 15 +++++++++ app/scripts/database_queries.php | 55 ++++++++++++++++++++++++++++++-- app/scripts/functions.php | 34 ++++++++++++++++++++ 10 files changed, 190 insertions(+), 10 deletions(-) create mode 100644 app/public/login.php create mode 100644 app/public/logout.php create mode 100644 app/scripts/connection.php create mode 100644 app/scripts/functions.php diff --git a/app/public/html/header.html b/app/public/html/header.html index 5d22b73..fb060ee 100644 --- a/app/public/html/header.html +++ b/app/public/html/header.html @@ -14,6 +14,7 @@ Punktesystem-KSP