Advertisement
rafisbr

check.php

May 22nd, 2022
27
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.09 KB | None | 0 0
  1. <?php
  2. if(!isset($_SESSION['username'])){
  3. header("location:index.php");
  4. exit();
  5. }
  6.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement