<?xml version="1.0" encoding="UTF-8" ?>
<php:start xmlns:php="http://php.net/xsl">
<php:top_statement_list id="28">
<php:top_statement_list id="21">
<php:top_statement_list id="14">
<php:top_statement_list id="7">
<php:top_statement_list id="0">
</php:top_statement_list>
<php:ACTION1 id="2">
</php:ACTION1>
<php:top_statement id="6">
<php:statement id="5">
<php:unticked_statement id="4">
<php:T_INLINE_HTML id="3"><?</php:T_INLINE_HTML>
</php:unticked_statement>
</php:statement>
</php:top_statement>
</php:top_statement_list>
<php:ACTION1 id="9">
</php:ACTION1>
<php:top_statement id="13">
<php:statement id="12">
<php:unticked_statement id="11">
<php:T_INLINE_HTML id="10">PHP
if(file_exists('scripts/inc.config.php')) {
require 'scripts/inc.config.php';
// ensure we are being called from our configured host
if($defined['hostname']===$_SERVER['SERVER_NAME']) {
// obtain default options
$defined = array_merge($defined,$handles['misc']->getDefaults());
$defined = array_merge($defined,$handles['misc']->getAuthentication());
$accessList = $handles['misc']->g</php:T_INLINE_HTML>
</php:unticked_statement>
</php:statement>
</php:top_statement>
</php:top_statement_list>
<php:ACTION1 id="16">
</php:ACTION1>
<php:top_statement id="20">
<php:statement id="19">
<php:unticked_statement id="18">
<php:T_INLINE_HTML id="17">etAccessList();
// copy and filter incoming data
$get = @array_map($handles['val']->ValidateXSS,$_GET);
$post = @array_map($handles['val']->ValidateXSS,$_POST);
$sess = @array_map($handles['val']->ValidateXSS,$_SESSION);
$serv = @array_map($handles['val']->ValidateXSS,$_SERVER);
// obtain last logs and return
echo $handles['logs']->contentlatest($serv['REQUEST_TIME']);
} else {
</php:T_INLINE_HTML>
</php:unticked_statement>
</php:statement>
</php:top_statement>
</php:top_statement_list>
<php:ACTION1 id="23">
</php:ACTION1>
<php:top_statement id="27">
<php:statement id="26">
<php:unticked_statement id="25">
<php:T_INLINE_HTML id="24"> echo "Cannot be called from anywhere other then our defined host";
}
} else {
echo "Configuration file not found";
}
?>
</php:T_INLINE_HTML>
</php:unticked_statement>
</php:statement>
</php:top_statement>
</php:top_statement_list>
</php:start>