<?php
namespace ConcreteControllerSinglePageDashboard;
use ConcreteCorePageControllerDashboardPageController;
class Sitemap extends DashboardPageController {
public function view() {
$this->redirect('/dashboard/sitemap/full');
}
}