Commit e5c194b1 authored by Matt Tucker's avatar Matt Tucker Committed by matt

Now possible to complete step.

git-svn-id: http://svn.igniterealtime.org/svn/repos/wildfire/trunk@4825 b35dd754-fafc-0310-a699-88a17e54d16e
parent 37e928ea
...@@ -28,7 +28,15 @@ ...@@ -28,7 +28,15 @@
<% <%
// Get parameters // Get parameters
boolean next = request.getParameter("continue") != null;
if (next) {
// Update the sidebar status
session.setAttribute("jive.setup.sidebar.4","done");
session.setAttribute("jive.setup.sidebar.5","in_progress");
// Redirect
response.sendRedirect("setup-admin-settings.jsp");
return;
}
%> %>
<html> <html>
<head> <head>
......
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