Fehler und Ausnahmekonzept

This commit is contained in:
2026-05-05 09:27:45 +00:00
parent 0556dec11d
commit 4fac3121f3
5 changed files with 31 additions and 17 deletions
+2 -2
View File
@@ -14,11 +14,11 @@ if (0 > version_compare(PHP_VERSION, '7')) {
<title>Image2Food - Sag mir was ich daraus kochen kann - Index</title>
</head>
<body>
<div id="nav"> <?php require("nav.php") ?></div>
<div id="nav"> <?php @include("nav.php") ?></div>
<div id="content">
<h1>Anmeldefehler</h1>
<?php
require("login.inc.php");
@include("login.inc.php");
class LoginFehler {
public function fehler() {