document.write('
Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2. session_start();
  3. session_destroy();
  4. header("location: index.php");
  5. ?>
');