Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Pub/Controller/Index.php
<?php

namespace XF\Pub\Controller;

class
Index extends AbstractController
{
    public function
actionIndex()
    {
        return
$this->reroutePath($this->app->router()->getIndexRoute());
    }
}