Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en">
- <?php
- session_start();
- if (isset($_SESSION['hak_akses']) || !empty($_SESSION['hak_akses'])){
- //Head
- include "_Partial/head.php";
- //Mobile
- include "_Partial/mobile.php";
- //body
- include "_Partial/body.php";
- }else{
- header ("location:login.php");
- }
- ?>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement