Skip to content
Snippets Groups Projects
Commit 6ce2a2df authored by Nigel Kukard's avatar Nigel Kukard
Browse files

Redirect to statistics dashboard from main page

parent 54b46241
No related branches found
No related tags found
No related merge requests found
......@@ -48,12 +48,7 @@ sub _catchall
goto END;
}
($res,$content,$opts) = opentrafficshaper::plugins::webserver::pages::statistics::_dashboard($kernel,$globals,
$client_session_id,$request
);
END:
return ($res,$content,$opts);
return (HTTP_TEMPORARY_REDIRECT,"statistics/dashboard");
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment