X-Git-Url: https://git-public.kairo.at/?p=authserver.git;a=blobdiff_plain;f=index.php;fp=index.php;h=ac22847af492a8e5239ab5de737d68ca794dd2b7;hp=be42f59e47d1ed415d260d50aed5ff0d8d94eb54;hb=0315f1655bebc5a65447218307065571fa3a5c79;hpb=1e976489ad553d7591076833dd41469f4606b9d3 diff --git a/index.php b/index.php index be42f59..ac22847 100644 --- a/index.php +++ b/index.php @@ -17,6 +17,11 @@ $head->appendJSFile('authsystem.js'); $title->appendText('KaiRo.at Authentication Server'); $h1 = $body->appendElement('h1', 'KaiRo.at Authentication Server'); +// Make the document not be scaled on mobile devices. +$vpmeta = $head->appendElement('meta'); +$vpmeta->setAttribute('name', 'viewport'); +$vpmeta->setAttribute('content', 'width=device-width, height=device-height'); + $errors = $utils->checkForSecureConnection(); $utils->sendSecurityHeaders();