discourse-legacysite-perl/site/slowtwitch.com/www/secure/WhereAmI.asp
2024-06-17 22:30:36 +10:00

9 lines
200 B
Plaintext

<%@ LANGUAGE="vbscript" %>
<% Option Explicit %>
<html>
<Title>Current Path</Title>
<body>
<% Response.write "The Current Path:" & Request.ServerVariables("Path_Translated")%>
</body>
</html>