Fehler und Ausnahmekonzept
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user