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