FluxBB\Web\Controllers\ForumController::index PHP Method

index() public method

public index ( )
    public function index()
    {
        try {
            $this->setInput('slug', '/');
            return $this->category();
        } catch (Exception $e) {
            return $this->view('no_content');
        }
    }