Data hosted with ♥ by Pastebin.com - Download Raw - See Original
  1. <?php
  2.     session_start();
  3.     if(!($_SESSION['user_id'])){
  4.         header('location:login.php');
  5.     }
  6. ?>