diff --git a/src/opnsense/www/index.php b/src/opnsense/www/index.php index 755c70a0b..3d6323ee2 100644 --- a/src/opnsense/www/index.php +++ b/src/opnsense/www/index.php @@ -64,8 +64,8 @@ try { $router = new OPNsense\Mvc\Router('/ui/'); try { $response = $router->routeRequest($_SERVER['REQUEST_URI'], [ - 'controller' => 'indexController', - 'action' => 'indexAction' + 'controller' => 'IndexController', + 'action' => 'indexAction', ]); } catch (\OPNsense\Mvc\Exceptions\DispatchException) { // unroutable (page not found), present page not found controller