Current Path : /web/htdocs/www.entinoprofit.org/home/lists/admin/
Upload File :
Current File : /web/htdocs/www.entinoprofit.org/home/lists/admin/domainstats.php

<?php

require_once dirname(__FILE__).'/accesscheck.php';

//# for testing the loader allow a delay flag
if (isset($_GET['delay'])) {
    $_SESSION['LoadDelay'] = sprintf('%d', $_GET['delay']);
} else {
    unset($_SESSION['LoadDelay']);
}

echo '<div id="contentdiv"></div>';
echo asyncLoadContent('./?page=pageaction&action=domainstats&ajaxed=true'.addCsrfGetToken());