Fourth pass at adding key files
This commit is contained in:
8
site/slowtwitch.com/www/secure/WhereAmI.asp
Normal file
8
site/slowtwitch.com/www/secure/WhereAmI.asp
Normal file
@ -0,0 +1,8 @@
|
||||
<%@ LANGUAGE="vbscript" %>
|
||||
<% Option Explicit %>
|
||||
<html>
|
||||
<Title>Current Path</Title>
|
||||
<body>
|
||||
<% Response.write "The Current Path:" & Request.ServerVariables("Path_Translated")%>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user