Commit a042ad44 authored by Gaston Dombiak's avatar Gaston Dombiak Committed by gato

Fixed path to enterprise home page.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@7814 b35dd754-fafc-0310-a699-88a17e54d16e
parent 27d74703
...@@ -25,7 +25,7 @@ ...@@ -25,7 +25,7 @@
boolean pluginExists = pluginManager != null && pluginManager.getPlugin("enterprise") != null; boolean pluginExists = pluginManager != null && pluginManager.getPlugin("enterprise") != null;
if (pluginExists) { if (pluginExists) {
// Redirect to the main Enterprise page. // Redirect to the main Enterprise page.
response.sendRedirect("/plugins/enterprise/dashboard.jsp"); response.sendRedirect("/plugins/enterprise/stats-dashboard.jsp");
return; return;
} }
...@@ -96,7 +96,7 @@ ...@@ -96,7 +96,7 @@
} }
function gotoEnterprise(){ function gotoEnterprise(){
window.location.href = "plugins/enterprise/index.jsp"; window.location.href = "plugins/enterprise/stats-dashboard.jsp";
} }
function closeErrorMessage(){ function closeErrorMessage(){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment