WIP booking out

This commit is contained in:
2025-03-11 18:19:51 +00:00
parent ce9de8d7ff
commit 8ce6b3d0fd
6 changed files with 226 additions and 35 deletions

View File

@@ -36,7 +36,7 @@ if ($_SERVER["REQUEST_METHOD"] == "POST") {
echo "Username is not set.";
}
//echo '<script>window.close();</script>';
echo '<script>window.close();</script>';
} else {
echo "<p>Error inserting data: " . $conn->error . "</p>";
}