Merge remote-tracking branch 'origin/main' into main

This commit is contained in:
neerholt
2021-03-09 13:38:48 +01:00
2 changed files with 2 additions and 1 deletions
+1
View File
@@ -1,4 +1,5 @@
<?php
namespace Backend\Controllers;
require "../../../bootstrap.php";
use Backend\Models\Group;
+1 -1
View File
@@ -8,7 +8,7 @@
<body>
<form action="../Backend/keyWordsRemaining.php" method="POST">
<form action="../Backend/Controllers/keyWordsRemaining.php" method="POST">
<input type="text" name="key_word" placeholder="key word">
<input type="submit" name="submitKeyWord" value="Submit">
</form>