make the JS compatible with older IE versions, though this is a hack that hardcodes...
[authserver.git] / authorize.php
index ac0979a94c3e96221de4a869d717b85505b78674..0740e23d152880eae48d826cad511c9b780cd9a9 100644 (file)
@@ -22,6 +22,7 @@ $title->appendText('Authorization Request | KaiRo.at');
 $h1 = $body->appendElement('h1', 'KaiRo.at Authentication Server');
 
 $errors = $utils->checkForSecureConnection();
+$utils->sendSecurityHeaders();
 
 $para = $body->appendElement('p', _('This login system does not work without JavaScript. Please activate JavaScript for this site to log in.'));
 $para->setAttribute('id', 'jswarning');