Småfikser

This commit is contained in:
Trygve
2025-10-31 14:48:53 +01:00
parent 5f377cf811
commit 6825e90568
7 changed files with 118 additions and 136 deletions

View File

@@ -7,7 +7,6 @@ if ($method == "GET") {
parse_str($_SERVER['QUERY_STRING'], $query);
$course = $query['course'];
$password = getallheaders()['Password'];
print_r(getallheaders());
if (!password_verify($password, $hash)) {
http_response_code(response_code: 401);
} else {