<%--
- $RCSfile: muc-room-create.jsp,v $
- $Revision: 1.2 $
- $Date: 2004/12/15 03:57:36 $
-
- Copyright (C) 2004 Jive Software. All rights reserved.
-
- This software is the proprietary information of Jive Software.
- Use is subject to license terms.
--%>
<% // Redirect to muc-room-edit-form and set that a room will be created
response.sendRedirect("muc-room-edit-form.jsp?&create=true");
return;
%>
-
Jay Kline authored
git-svn-id: http://svn.igniterealtime.org/svn/repos/openfire/branches@8947 b35dd754-fafc-0310-a699-88a17e54d16e
bead2b24