hinzufügen Login und Registrierung

in dem Commit wurden die Formularfunktionen für Regitrierung und Login hinzugefügt.
Ebenfalls die Prüfung auf Plausabilität.
Dies wurde duch Objektorientierte Programierung hinzugefügt.

Somit geht das Projekt in Version 2
This commit is contained in:
2026-01-03 17:41:14 +00:00
parent 4d6f96d546
commit 0c41aef11c
7 changed files with 248 additions and 9 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ if (0 > version_compare(PHP_VERSION, '7')) {
<title>Image2Food - Sag mir was ich daraus kochen kann - Index</title>
</head>
<body>
<div id="nav"> <?php include("nav.php") ?></div>
<div id="nav"> <?php require("nav.php") ?></div>
<div id="content">
<h1>Image2Food - Sag mir was ich daraus kochen kann</h1>
<h2>Das soziale, multimediale Netzwerk für Kochideen</h2>