Advertisement
MichalCzEJ

Untitled

Dec 5th, 2018
75
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. session_start();
  3. if(!isset($_SESSION['login'])) {
  4. header('LOCATION:login.php'); die();
  5. }
  6. ?>
  7.  
  8. <html>
  9.  
  10. <head>
  11.  
  12. </head>
  13. <body>
  14.  
  15. Přihlášen
  16.  
  17. </body>
  18. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement