This commit is contained in:
Ad Schellevis 2015-05-10 12:07:29 +00:00
parent b43002fe04
commit fd58c9d0cd

View File

@ -40,7 +40,7 @@ class IndexController extends \OPNsense\Base\IndexController
public function indexAction()
{
//$this->view->pick('OPNsense/Core/index');
$this->response->redirect('/', true);
$this->response->redirect('/index.php', true);
return;
}
}