<?php

/**
 * $Id: $
 */
include_once 'include/Sphere/Module.php';
include_once 'include/core/SiteUI.php';

$SphereUI = new SiteUI ();
$SphereUI->process ( new Sphere_Request ( $_REQUEST ) );

?>
