Newer
Older
ubFramework / Portal / docroot / include / Sphere / Module.php
@Christopher W. Olsen Christopher W. Olsen on 10 Dec 2017 152 bytes Cleaning Up Making It A Sub Module
<?php
require_once 'include/runtime/Cache.php';
include_once 'include/Sphere/ModuleBasic.php';

class Sphere_Module extends Sphere_ModuleBasic {

}

?>