Shell File Manager
<?php
include_once('../include/config.php');
$log_status = $_GET['log_status'];
?>
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="utf-8">
<meta content="width=device-width, initial-scale=1.0" name="viewport">
<title>CamScan FZCO |Support</title>
<?php
include('../include/header.php');
include('../include/nav.php');
?>
</head>
<body>
<section id="gallery" class="gallery">
<div class="container" data-aos="fade-up">
<div class="section-title ">
<h2>Lens Calculation</h2>
</div>
</div>
<div class="container">
<div id="" class="col-md-12" style="border:0px solid red;min-height:750px;">
<iframe style="width:100%;min-height:750px;" src="iframe-calculator.php?log_status=<?php print_r($log_status); ?>" frameBorder="0">
<!-- calculator content goes here -->
</iframe>
</div>
<div style="clear:both"></div>
</div>
</section>
<br>
<?php
include '../include/footer.php';
?>
Shell File Manager Version 1.1, Coded By Shell
Email: [email protected]