From be35a00cefb7a85a67f035a85e120ab9c8c4856a Mon Sep 17 00:00:00 2001 From: NOrtmann1 <145041949+NOrtmann1@users.noreply.github.com> Date: Thu, 21 May 2026 17:19:40 +0200 Subject: [PATCH] Dateien in richtige Ordner + statische HTML vom content entfernt --- login.php => auth/login.php | 30 +----------- register.php => auth/register.php | 29 +---------- datenschutz.php => content/datenschutz.php | 29 ----------- impressum.php => content/impressum.php | 28 ----------- informatik.php => content/informatik.php | 29 +---------- mathe.php => content/mathe.php | 32 +------------ physik.php => content/physik.php | 32 +------------ webhook.php | 56 ---------------------- 8 files changed, 7 insertions(+), 258 deletions(-) rename login.php => auth/login.php (65%) rename register.php => auth/register.php (64%) rename datenschutz.php => content/datenschutz.php (57%) rename impressum.php => content/impressum.php (56%) rename informatik.php => content/informatik.php (54%) rename mathe.php => content/mathe.php (54%) rename physik.php => content/physik.php (54%) delete mode 100644 webhook.php diff --git a/login.php b/auth/login.php similarity index 65% rename from login.php rename to auth/login.php index 6b206ec..9cdac36 100644 --- a/login.php +++ b/auth/login.php @@ -2,27 +2,6 @@ Form: Login-Bereich Funktion: Benutzerauthentifizierung und Zugang zum eigenen Profil, Erstellen von Beiträgen, etc. --> - - - - - - - - - - - - - EduForge - - - - - -
@@ -50,11 +29,4 @@ include_once 'includes/navbar.php';
-
- - - - - \ No newline at end of file + \ No newline at end of file diff --git a/register.php b/auth/register.php similarity index 64% rename from register.php rename to auth/register.php index 117adff..c64ca53 100644 --- a/register.php +++ b/auth/register.php @@ -2,27 +2,6 @@ Form: Registrierung Funktion: Erstellung neuer Benutzerkonten --> - - - - - - - - - - - - - EduForge - - - - - -
@@ -50,10 +29,4 @@ include_once 'includes/navbar.php';
-
- - - - \ No newline at end of file + \ No newline at end of file diff --git a/datenschutz.php b/content/datenschutz.php similarity index 57% rename from datenschutz.php rename to content/datenschutz.php index f56bbe4..2301440 100644 --- a/datenschutz.php +++ b/content/datenschutz.php @@ -2,28 +2,6 @@ Seite: Datenschutzerklärung Inhalt: Informationen zur Datenverarbeitung gemäß DSGVO --> - - - - - - - - - - - - - EduForge - - - - - - -

Datenschutz

@@ -38,10 +16,3 @@ include_once 'includes/navbar.php';

- - - - - \ No newline at end of file diff --git a/impressum.php b/content/impressum.php similarity index 56% rename from impressum.php rename to content/impressum.php index ac9efe1..490f44a 100644 --- a/impressum.php +++ b/content/impressum.php @@ -2,27 +2,6 @@ Seite: Impressum Inhalt: wer wie was auf der Webseite --> - - - - - - - - - - - - - EduForge - - - - - -
@@ -38,10 +17,3 @@ include_once 'includes/navbar.php';

- - - - - \ No newline at end of file diff --git a/informatik.php b/content/informatik.php similarity index 54% rename from informatik.php rename to content/informatik.php index 804be88..830e5c8 100644 --- a/informatik.php +++ b/content/informatik.php @@ -2,26 +2,6 @@ Seite: Informatik Inhalt: Eine Übersicht über alle Beiträge zum Fach --> - - - - - - - - - - - - - EduForge - - - - -

Informatik

@@ -36,13 +16,6 @@ include_once 'includes/navbar.php';

Artikel:

- Datenschutz vs. Datensicherheit + Datenschutz vs. Datensicherheit
- - - - - \ No newline at end of file diff --git a/mathe.php b/content/mathe.php similarity index 54% rename from mathe.php rename to content/mathe.php index 5749f87..275fd3a 100644 --- a/mathe.php +++ b/content/mathe.php @@ -2,27 +2,6 @@ Seite: Mathe Inhalt: Eine Übersicht über alle Beiträge zum Fach --> - - - - - - - - - - - - - EduForge - - - - - -

Mathe

@@ -38,13 +17,6 @@ include_once 'includes/navbar.php';

Artikel:

- Satz des Pythagoras + Satz des Pythagoras
-
- - - - - \ No newline at end of file + \ No newline at end of file diff --git a/physik.php b/content/physik.php similarity index 54% rename from physik.php rename to content/physik.php index b0dcb25..1c9fe71 100644 --- a/physik.php +++ b/content/physik.php @@ -2,27 +2,6 @@ Seite: Physik Inhalt: Eine Übersicht über alle Beiträge zum Fach --> - - - - - - - - - - - - - EduForge - - - - - -

Physik

@@ -38,14 +17,7 @@ include_once 'includes/navbar.php';

Artikel:

- Der Tunneleffekt + Der Tunneleffekt
-
- - - - - \ No newline at end of file + \ No newline at end of file diff --git a/webhook.php b/webhook.php deleted file mode 100644 index 529878a..0000000 --- a/webhook.php +++ /dev/null @@ -1,56 +0,0 @@ -