Guest User

Untitled

a guest
Jun 21st, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. var RecaptchaState = {
  2. challenge : '...',
  3. server : 'https://www.google.com/recaptcha/api/',
  4. site : '...',
  5. ...
  6. };
  7.  
  8. document.write('<scr'+'ipt type="text/javascript" s'+'rc="' + RecaptchaState.server + 'js/recaptcha.js"></scr'+'ipt>');
Add Comment
Please, Sign In to add comment