Skip to content

Commit 1598bda

Browse files
committed
remove content-type header, already set by php-solid-auth
1 parent 0a33933 commit 1598bda

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

www/idp/index.php

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@
3030
Server::respond($response);
3131
break;
3232
case "/.well-known/openid-configuration":
33-
header("Content-type: application/json");
3433
$authServer = Server::getAuthServer();
3534
$response = $authServer->respondToOpenIdMetadataRequest();
3635
Server::respond($response);

0 commit comments

Comments
 (0)