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

@@ -30,6 +30,4 @@ if (!isset($_POST['Speichern'])) {
}
echo '<a href="' . $ref . '">Zurück zur Übersicht</a>';
}
?>
}

View File

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

View File

@@ -5,7 +5,6 @@ $sql1 = 'SELECT * FROM ' . $table . ' WHERE ID = "' . $_POST['Titel'] . '";';
$result1 = $db->query($sql1);
$nt1 = $result1->fetch_assoc();
if (!isset($_POST['Speichern'])) {
var_dump($_POST);
echo "<br />";
?>
@@ -36,6 +35,4 @@ if (!isset($_POST['Speichern'])) {
}
echo '<a href="' . $ref . '">Zurück zur Übersicht</a>';
}
?>
}