From 3479fd9e1d1a611d2e2d276454db6732f5011aa1 Mon Sep 17 00:00:00 2001 From: Ioannis20x Date: Mon, 7 Jul 2025 07:04:13 +0000 Subject: [PATCH] feat: created file for registration of actions and a file for functions; started first tests with form for work entries --- functions.php | 8 ++++++++ header.php | 39 ++++++++++++++++++++++----------------- index.php | 36 +++++++----------------------------- registration.php | 23 +++++++++++++++++++++++ 4 files changed, 60 insertions(+), 46 deletions(-) create mode 100644 functions.php create mode 100644 registration.php diff --git a/functions.php b/functions.php new file mode 100644 index 0000000..7e38d93 --- /dev/null +++ b/functions.php @@ -0,0 +1,8 @@ + \ No newline at end of file diff --git a/header.php b/header.php index 0070dee..c7397c2 100644 --- a/header.php +++ b/header.php @@ -1,17 +1,22 @@ - - - + \ No newline at end of file diff --git a/index.php b/index.php index 10e73af..1b9f4d4 100644 --- a/index.php +++ b/index.php @@ -1,11 +1,9 @@ +}?> @@ -14,37 +12,17 @@ if (!isset($_SESSION['user'])) { - +

Willkommen, !

Du bist als eingeloggt.

- -

Du hast nicht die erforderliche Rolle für Admin-Menüpunkte.

- +