Move accessible files to public folders and adjust paths.

This commit is contained in:
2023-12-29 13:34:49 +01:00
parent e090fdc63d
commit 73073186c0
65 changed files with 202 additions and 450 deletions

View File

@@ -81,7 +81,6 @@ if (!isset($_POST['Speichern'])) {
if (!$stmt2->execute()) {
die ('Query konnte nicht ausgef<65>hrt werden: ' . $stmt->error);
}
echo "Der Eintrag wurde ge<EFBFBD>ndert<br />";
echo '<a href="index.php?section=angebote">Zur<EFBFBD>ck zur <EFBFBD>bersicht</a>';
}
?>
echo "Der Eintrag wurde geändert<br />";
echo '<a href="index.php?section=angebote">Zurück zur Übersicht</a>';
}