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

This commit is contained in:
neerholt 2021-03-09 13:38:48 +01:00
commit ac6b5a6bd9
2 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,5 @@
<?php <?php
namespace Backend\Controllers;
require "../../../bootstrap.php"; require "../../../bootstrap.php";
use Backend\Models\Group; use Backend\Models\Group;

View File

@ -8,7 +8,7 @@
<body> <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="text" name="key_word" placeholder="key word">
<input type="submit" name="submitKeyWord" value="Submit"> <input type="submit" name="submitKeyWord" value="Submit">
</form> </form>