Newer
Older
ubFramework / Portal / docroot / index_new.php
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 196 bytes Cleaning Up Making It A Sub Module
<?php

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

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

?>