From: Christian Weiske Date: Wed, 2 Jul 2014 19:03:08 +0000 (+0200) Subject: send IndieAuth header X-Git-Tag: v0.1.1~1 X-Git-Url: https://git.cweiske.de/indieauth-openid.git/commitdiff_plain/a6d7b71ef0585fd91058b09caa07a960d2c9dda7 send IndieAuth header --- diff --git a/www/index.php b/www/index.php index b74453a..52571a2 100644 --- a/www/index.php +++ b/www/index.php @@ -124,6 +124,7 @@ function getBaseUrl() . $file; } +header('IndieAuth: authorization_endpoint'); session_start(); $returnTo = getBaseUrl(); $realm = getBaseUrl();