<?php

$_GET['action']    = 'login';
$_GET['subaction'] = 'openidlogin';

require( 'dispatcher.php' );

?>