Skip to content

Instantly share code, notes, and snippets.

Created October 25, 2016 20:17
Show Gist options
  • Save anonymous/4276372ccf1dfa851c75c65f42e3be64 to your computer and use it in GitHub Desktop.
Save anonymous/4276372ccf1dfa851c75c65f42e3be64 to your computer and use it in GitHub Desktop.
TryCF Gist
<cfscript>
info=replace(cgi.path_translated,cgi.script_name,'/');
writeOutput(info);
writeDump(cgi);
</cfscript>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment