document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. setcookie("nama","");
  3. header("Location: index.php?logout=success");
  4. ?>
');