Viewing File: /home/rareljzw/public_html/admin/layout/headerlogin.php

<?php
require_once("../admin/include/adminloginFunction.php");
require_once("../admin/include/session.php");

if(@$_SESSION['admin']){
  header('Location:./dashboard.php');
}

?>

<!DOCTYPE html>
<html>
<head>
  <meta charset="utf-8">
  <meta http-equiv="X-UA-Compatible" content="IE=edge">
  <title><?=  $pageName  ?> - Dashboard</title>
  <!-- Tell the browser to be responsive to screen width -->
  <meta content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=no" name="viewport">
  
 
 
  <!-- Bootstrap 3.3.7 -->
  <link rel="stylesheet" href="<?= $web_url ?>/admin/assets/bower_components/bootstrap/dist/css/bootstrap.min.css">
  <!-- Font Awesome -->
  <link rel="stylesheet" href="<?= $web_url ?>/admin/assets/bower_components/font-awesome/css/font-awesome.min.css">
  <!-- Ionicons -->
  <link rel="stylesheet" href="<?= $web_url ?>/admin/assets/bower_components/Ionicons/css/ionicons.min.css">
  <!-- Theme style -->
  <link rel="stylesheet" href="<?= $web_url ?>/admin/assets/dist/css/AdminLTE.min.css">
   <!-- iCheck -->
  <link rel="stylesheet" href="<?= $web_url ?>/admin/assets/plugins/iCheck/square/blue.css">
  <script src="https://cdnjs.cloudflare.com/ajax/libs/sweetalert/2.1.2/sweetalert.min.js" integrity="sha512-AA1Bzp5Q0K1KanKKmvN/4d3IRKVlv9PYgwFPvm32nPO6QS8yH1HO7LbgB1pgiOxPtfeg5zEn2ba64MUcqJx6CA==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>

      <!-- Favicons -->
      <link rel="shortcut icon" href="../assets/front/img/favicon.ico" />
    <link rel="apple-touch-icon" href="../assets/front/img/apple-touch-icon.png" />
    <link rel="apple-touch-icon" sizes="72x72" href="../assets/front/img/apple-touch-icon-72x72.png" />
    <link rel="apple-touch-icon" sizes="114x114" href="../assets/front/img/apple-touch-icon-114x114.png" />

        <!-- toaster -->
        <link rel="stylesheet" type="text/css" href="../assets/css/elements/alert.css">
    <!-- <link href="./plugins/notification/snackbar/snackbar.min.css" rel="stylesheet" type="text/css" />
    <link href="./plugins/file-upload/file-upload-with-preview.min.css" rel="stylesheet" type="text/css" /> -->
    <link href="../plugins/sweetalerts/sweetalert2.min.css" rel="stylesheet" type="text/css" />
    <link href="../plugins/sweetalerts/sweetalert.css" rel="stylesheet" type="text/css" />
    <link href="../assets/css/components/custom-sweetalert.css" rel="stylesheet" type="text/css" />
    <script src="../plugins/sweetalerts/promise-polyfill.js"></script>
    <script src="../assets/js/libs/jquery-3.1.1.min.js"></script>

  <!-- Google Font -->
  <link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,400,600,700,300italic,400italic,600italic">
</head>
         
Back to Directory File Manager
<