stephenjbell

dotCMS - Hide code from visitors, use for debugging

Jul 2nd, 2014
233
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.13 KB | None | 0 0
  1. #if($request.getParameter("debug")=="true")
  2. ## Put code here. It will only show up if you use ?debug=true in your address
  3. #end
Advertisement
Add Comment
Please, Sign In to add comment