Server IP : 103.191.208.50 / Your IP : 216.73.216.53 Web Server : LiteSpeed System : Linux orion.herosite.pro 4.18.0-553.53.1.lve.el8.x86_64 #1 SMP Wed May 28 17:01:02 UTC 2025 x86_64 User : celkcksm ( 1031) PHP Version : 7.4.33 Disable Function : show_source, system, shell_exec, passthru, popen, exec MySQL : OFF | cURL : ON | WGET : ON | Perl : ON | Python : ON Directory (0755) : /home/celkcksm/agnibinase.org/backup-222025/ |
[ Home ] | [ C0mmand ] | [ Upload File ] |
---|
<?php include("include/header.php"); $Row=mysqli_fetch_array(mysqli_query($con,"select * from management order by id desc limit 1")); ?> <div class="popular_property" style="margin:50px;"> <div class="container"> <div class="row"> <div class="col-xl-12"> <div class="section_title mb-40 text-center"> <h3>Management</h3><small><?=$Row['session'];?></small> </div> </div> </div> <div class="row"> <?php $x=""; if( isset($_SERVER["HTTPS"])) $x=s; ?> <iframe src="https://docs.google.com/viewer?url=http<?=$x;?>://<?=$_SERVER['SERVER_NAME']."/admin/images/".$Row['pdf'];?>&embedded=true" frameborder="0" height="500px" width="100%"></iframe> </div> </div> </div> <?php include("include/footer.php");?>