<?php
class Auth extends Page {
function login()
{
return print_r($_REQUEST, true);
}
function maySeeThisPage()
return true;