You can now upload zip filer

This commit is contained in:
neerholt
2021-03-08 14:20:56 +01:00
parent 9ab0526608
commit b242918038
6 changed files with 55 additions and 39 deletions
+3 -3
View File
@@ -6,7 +6,7 @@ require "../bootstrap.php";
$gameJam = GameJam::firstOrCreate([
'name' => "First game jam ever!", 'startTime' => "2021-03-03T12:40", 'endTime' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"
'name' => "First game jam ever!", 'start_time' => "2021-03-03T12:40", 'end_time' => "2021-04-03T12:40", 'description' => "Det her et en beskrivelse"
]);
@@ -17,7 +17,7 @@ $gameJam = GameJam::firstOrCreate([
<title>HTML Tutorial</title>
<body>
<form action="SigningUp.php" method="POST">
<form action="Controllers/User/SigningUp.php" method="POST">
<input type="text" name="groupName" placeholder="Group name">
<input type="number" name="groupAmount" placeholder="Group Amount">
<input type="number" name="gameJamId" placeholder="Game Jam id">
@@ -26,7 +26,7 @@ $gameJam = GameJam::firstOrCreate([
</form>
<form action="Login.php" method="POST">
<form action="Controllers/User/Login.php" method="POST">
<input type="text" name="groupName" placeholder="Group name">
<input type="password" name="password" placeholder="password">
<input type="submit" name="login" value="login">