GOOD SHELL MAS BOY
Server: Apache
System: Linux 116.173.178.68.host.secureserver.net 4.18.0-553.109.1.el8_10.x86_64 #1 SMP Mon Mar 2 09:33:18 EST 2026 x86_64
User: puthuppa (1102)
PHP: 8.1.34
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/puthuppa/public_html/index.phpo.bak
<?php include('controlpanel/includes/toolBox.php'); ?>



<!doctype html>

<html>

<head>

<meta charset="utf-8">

<title>Puthuppally Pally</title>

<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="icon" href="favicon.png" type="image/x-icon">
<link rel="icon" href="favicon.png" type="image/x-icon">

<link href="css/font-awesome.min.css" rel="stylesheet">
<link href="src/css/jquery.mmenu.all.css" rel="stylesheet">

<link href="css/animate.css" rel="stylesheet">



<link href="main.css" rel="stylesheet">

<link href="responsive.css" rel="stylesheet">

<script src="js/jquery-1.11.1.min.js"></script>

</head>



<body>



<?php include("header.php"); ?>





<div class="contain">

<div class="lay">

<div class="shead">

<div>About Us</div>

</div>

</div>

</div>



<div class="contain bT pTB">

<div class="lay">



<?php

$aboutusrows=firesql("SELECT id, title, image, content FROM cms_aboutus ORDER BY created DESC",'res');

while($aboutusres=mysqli_fetch_assoc($aboutusrows))

{

	extract($aboutusres);

?>

		

        <div class="articleDiv">

        <h4 class="h4"><?php echo $title ?></h4>

        <p class="p-w-i">

        <?php

		if($image!="")

		{?>

         <span class="imgDv"><img src="controlpanel/uploads/aboutusimages/<?php echo $image ?>" alt="about-puthuppally-pally"></span>

         <?php

		}

		 ?>

         <?php echo $content ?>      

        </p>

        </div>

        

<?php

}

?>      

</div>

</div><div class="clear"></div>





<?php include("footer.php"); ?>





</body>

</html>