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

namespace XF\Pub\Controller;

class
RecentActivity extends AbstractController
{
    public function
actionIndex()
    {
        return
$this->redirectPermanently($this->buildLink('whats-new/latest-activity'));
    }
}