Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <?php
- include_once "includes/db_connect.php";
- session_start();
- if(isset($_SESSION['logged_in'])){
- echo 'SUPER TAJNE INFORMACJE'
- } else {
- header('Location: index.php');
- exit;
- }
- ?>
Advertisement
Add Comment
Please, Sign In to add comment