Oppdrydning
This commit is contained in:
@@ -8,7 +8,7 @@ if ($method == "POST") {
|
||||
$club = $_POST['club'];
|
||||
$course = $_POST['course'];
|
||||
|
||||
$line = $runner_id . ";;" . $name . ";;;" . $club . ";" . $course;
|
||||
$line = $runner_id . ";;" . $name . ";;;" . $club . ";" . $course . "\n";
|
||||
|
||||
$password = $_POST['password'];
|
||||
if (!password_verify($password, $hash)) {
|
||||
|
||||
Reference in New Issue
Block a user