View file upload/library/XenForo/ControllerPublic/Index.php

File size: 202B
<?php

class XenForo_ControllerPublic_Index extends XenForo_ControllerPublic_Abstract
{
	public function actionIndex()
	{
		return $this->responseReroutePath(XenForo_Link::getIndexRoute());
	}
}