Guest User

Untitled

a guest
May 14th, 2017
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. <?php
  2. session_start();
  3. if(!$_SESSION['loget_in'] == 1) {//Hvis brugeren ikke er logget in
  4. echo 'ikke logget ind';
  5. } else {
  6. echo "logget ind";
  7. }
  8.  
  9. ?>
Advertisement
Add Comment
Please, Sign In to add comment