HEX
Server: Apache
System: Linux msm5694.mjhst.com 3.10.0-1160.119.1.el7.x86_64 #1 SMP Tue Jun 4 14:43:51 UTC 2024 x86_64
User: camjab_ssh (1000)
PHP: 5.3.29
Disabled: NONE
Upload Files
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"; ?>