Guest User

Untitled

a guest
May 21st, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.19 KB | None | 0 0
  1. <cfscript>
  2. setting enablecfoutputonly="true";
  3. writeoutput("writeoutput<br>");
  4. echo("echo<br>");
  5.  
  6. setting enablecfoutputonly="false";
  7. writeoutput("writeoutput<br>");
  8. echo("echo<br>");
  9. </cfscript>
Add Comment
Please, Sign In to add comment