Seditio Source
Root |
./othercms/xenForo 2.2.8/src/XF/Admin/Controller/Setup.php
<?php

namespace XF\Admin\Controller;

class
Setup extends AbstractController
{
    public function
actionIndex()
    {
        return
$this->plugin('XF:AdminSection')->actionView('setup');
    }
}