<?php
include 'openid.php';
$oid = new LightOpenID($_SERVER['http_host']);
$oid->validate();

