mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 03:16:12 +00:00
fix redirect (b43002fe04 (commitcomment-11122583))
This commit is contained in:
parent
b43002fe04
commit
fd58c9d0cd
@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user