Al-HUWAITI Shell
Al-huwaiti


Server : LiteSpeed
System : Linux server551.iseencloud.net 5.14.0-570.33.2.el9_6.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Aug 14 07:37:35 EDT 2025 x86_64
User : pbkvidya ( 2092)
PHP Version : 8.1.33
Disable Function : show_source, system, shell_exec, passthru, exec, popen, proc_open
Directory :  /home2/pbkvidya/public_html/admin/

Upload File :
current_dir [ Writeable ] document_root [ Writeable ]

 

Current File : /home2/pbkvidya/public_html/admin/mandatory.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'); 
?>

<head>
  <style type="text/css">
    textarea{
      width: 310px;
      height: 110px;
      border-radius: var(--bs-border-radius);
    }
  </style>
</head>
  <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">Add Mandatory Disclosure</li>
        </ol>
      </nav>
    </div><!-- End Page Title -->
    <section class="section">
      <div class="row">
        <div class="col-lg-1">
        </div>
        <div class="col-lg-10">
          <div class="card">
            <div class="card-body">
              <div class="row mb-3 bord-bottom">
              <div class="col-lg-5"><h5 class="card-title">Add Mandatory Disclosure</h5></div>
              <div class="col-lg-5"><h5 class="card-title title-right"><!-- <a href="view_banners.php" class="btn btn-secondary"></a> --></h5></div>
              </div>
              <div class="row mb-3">

              </div>
              <!-- General Form Elements -->
                <form name="FormBanner" method="post" enctype="multipart/form-data" class="pt-20">
                <div class="row mb-3">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                     <a href="add_generalinfo.php"  class="btn btn-primary "> GENERAL INFORMATION</a>
                    
                  </div>
                </div>
                 <div class="row mb-3">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                     <a href="add_documentinfo.php"  class="btn btn-primary ">DOCUMENTS AND INFORMATION</a>
                    
                  </div>
                </div>
                 <div class="row mb-3">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                     <a href="add_academicresult.php"  class="btn btn-primary ">RESULT AND ACADEMICS</a>
                    
                  </div>
                </div>
                 <div class="row mb-3">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                    <a href="add_staff.php"  class="btn btn-primary ">STAFF (TEACHING)</a>
                    
                  </div>
                </div>
                   <div class="row mb-3 ">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                     <a href="add_tenthresult.php"  class="btn btn-primary ">RESULT CLASS: X</a>
                    
                  </div>
                </div>
                   <div class="row mb-3 ">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                     <a href="add_plustworesult.php"  class="btn btn-primary ">RESULT CLASS: XII</a>
                    
                  </div>
                </div>
                   <div class="row mb-3">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                    <a href="add_infrastructure.php"  class="btn btn-primary ">SCHOOL INFRASTRUCTURE</a>
                    
                  </div>
                </div>
                 <div class="row mb-3">
                  <label class="col-sm-3 col-form-label"></label>
                  <div class="col-sm-5 ">
                    <a href="add_curriculum.php"  class="btn btn-primary ">CURRICULUM</a>
                    
                  </div>
                </div>
              </form><!-- End General Form Elements -->

            </div>
          </div>

        </div>
         <div class="col-lg-1">
        </div>
      </div>
    </section>

  </main><!-- End #main -->
  <?php
        include_once('footer.php');
   ?>

Al-HUWAITI Shell