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

@@ -14,6 +14,4 @@ if ($result2) {
} else {
echo "Fehler beim L<>schen";
}
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';

View File

@@ -41,5 +41,4 @@ if (!isset($_POST['Speichern'])) {
}
echo "Der Eintrag wurde geändert<br />";
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';
}
?>
}

View File

@@ -62,5 +62,4 @@ if (!isset($_POST['Speichern'])) {
unlink($uploaddir . $_FILES['Foto']['name']);
}
echo '<a href="index.php?section=gb">Zurück zur Übersicht</a>';
}
?>
}