File: /home/httpd/html/nyloncams.com/public_html/admin/index.php
<? require "header.php"; ?>
<div class="content-page">
<div class="header-area">
<div class="breadcrumbs">
<a href="index.php">Admin Home</a>
</div>
</div>
<div class="content-outer">
<h2>Welcome to the Administration<strong>Area</strong></h2>
<div class="content-inner">
<? require_once('checkDependancies.php'); ?>
<? if ($loadErrors) { ?>
<div class="notification error" id="error">
<div><strong>The following error(s) have occured:</strong></div>
<? foreach ($loadErrors as $err) { ?>
<div>• <? echo $err; ?></div>
<? } ?>
</div><br>
<? } ?>
<iframe src="https://www.mechbunny.com/news.php" style="width:100%;height:530px;background:#fafafa;padding:10px"></iframe>
</div>
</div>
</div>
<? require "footer.php"; ?>