Advertisement
Guest User

Untitled

a guest
Aug 20th, 2014
25
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.31 KB | None | 0 0
  1.  
  2. <?php session_start();
  3. define('_VALID', true);
  4. define('_ENTER', true);
  5. require 'include/config.php';
  6.  
  7.  
  8.  
  9.  
  10. $smarty->display('enter.tpl');
  11. $smarty->gzip_encode();
  12.     if ($_GET['pel']=="yes") {
  13.         $_SESSION['pel']="yes";
  14.         echo "<script>window.location.href='http://videopornole.pl';</script>";
  15.     }
  16.  
  17.  
  18. ?>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement