File: /home/httpd/html/freecams1.com/public_html/admin/xml_log.php
<?
ini_set('default_socket_timeout', 24000);
ignore_user_abort();
require "header.php";
?>
<div class="content-page">
<div class="header-area">
<div class="breadcrumbs">
<a href="index.php">Admin Home</a>
<span><a href="xml_log.php">Last XML Log</a></span>
</div>
</div>
<div class="content-outer">
<h2>XML<strong>Log</strong></h2>
<div class="content-inner">
<div class="notification info">The XML log is replaced every time you run the xml importer. Below is the current entry.</div>
<br>
<div style="font-family: 'Courier New', Courier, monospace; font-size: 11px;">
<? $file = file_get_contents('scripts/xml_log.txt'); ?>
<? echo nl2br($file); ?>
</div>
</div>
</div>
</div>
<? require "footer.php"; ?>