Advertisement
chrissharp123

Untitled

Sep 19th, 2019
380
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.59 KB | None | 0 0
  1. <<<<<<< HEAD
  2. <a href="javascript:history.go(-2);">[% l('Cancel') %]</a>
  3. [% ELSE %]
  4. <div class='hold_success_links'>
  5. <span><a href="javascript:history.go(-2);">[% l('Continue') %]</a></span>
  6. =======
  7. <a href="[% CGI.param('redirect_to') | html || CGI.referer | html %]">[% l('Cancel') %]</a>
  8. [% ELSE %]
  9. <div class='hold_success_links'>
  10. <span><a href="[% CGI.param('redirect_to') | html || CGI.referer | html %]">[% l('Continue') %]</a></span>
  11. >>>>>>> 2ecb4f2... LP#1822630: further sanitizing of CGI params when embedded in HTM
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement