. /** * Shows the information about an outage. * * @package auth_outage * @author Daniel Thee Roperto * @copyright 2016 Catalyst IT * @license http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later */ use auth_outage\local\controllers\infopage; require_once(__DIR__.'/../../config.php'); $info = new infopage(); $info->output();