Advertisement
02190319693

index.php

Mar 7th, 2019
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.12 KB | None | 0 0
  1. <?php
  2. require_once "_config/db.php";
  3.  
  4. if( isset($_SESSION['user'])){
  5.     header('Location: auth/login.php');
  6. }
  7. ?>
  8. asdasd
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement