discourse-legacysite-perl/site/slowtwitch.com/www/secure/WhereAmI.asp

9 lines
200 B
Plaintext
Raw Normal View History

2024-06-17 12:30:36 +00:00
<%@ LANGUAGE="vbscript" %>
<% Option Explicit %>
<html>
<Title>Current Path</Title>
<body>
<% Response.write "The Current Path:" & Request.ServerVariables("Path_Translated")%>
</body>
</html>