Commit 7d2a5879 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Fixed URL redirect.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@5251 b35dd754-fafc-0310-a699-88a17e54d16e
parent 803657b2
...@@ -39,7 +39,7 @@ ...@@ -39,7 +39,7 @@
if (doClear) { if (doClear) {
ProfiledConnection.resetStatistics(); ProfiledConnection.resetStatistics();
// Reload the page without params. // Reload the page without params.
response.sendRedirect("system-db-stats.jsp"); response.sendRedirect("server-db-stats.jsp");
} }
// Enable/disable stats // Enable/disable stats
......
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