Guest User

Untitled

a guest
Jul 26th, 2015
235
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. <?php
  2. include_once "includes/db_connect.php";
  3. session_start();
  4.  
  5. if(isset($_SESSION['logged_in'])){
  6. echo 'SUPER TAJNE INFORMACJE'
  7. } else {
  8. header('Location: index.php');
  9. exit;
  10. }
  11. ?>
Advertisement
Add Comment
Please, Sign In to add comment