HEX
Server: Apache
System: Linux dev.epsylon.net 3.10.0-1160.144.1.el7.tuxcare.els2.x86_64 #1 SMP Sun Feb 15 11:22:42 UTC 2026 x86_64
User: nexper (1054)
PHP: 8.2.30
Disabled: exec,passthru,shell_exec,system
Upload Files
File: /home/nexper/public_html/crm/modules/AOD_Index/tpls/indexdata.tpl
<table width="100%" cellspacing="0" cellpadding="0" border="0" class="edit view">
    <tr>
        <th align="left" scope="row">
            <h4>{$MOD.LBL_INDEX_STATS}</h4>
        </th>
    </tr>
    <tr><td  scope="row" width="15%">{$MOD.LBL_TOTAL_RECORDS}</td><td>{$revisionCount}</td></tr>
    <tr><td  scope="row" width="15%">{$MOD.LBL_INDEXED_RECORDS}</td><td>{$indexedCount}</td></tr>
    <tr><td  scope="row" width="15%">{$MOD.LBL_UNINDEXED_RECORDS}</td><td>{$revisionCount-$indexedCount}</td></tr>
    <tr><td  scope="row" width="15%">{$MOD.LBL_FAILED_RECORDS}</td><td>{$failedCount}</td></tr>
    <tr><td  scope="row" width="15%">{$MOD.LBL_INDEX_FILES}</td><td>{$indexFiles}</td></tr>
    <tr><td  scope="row" width="15%">{$MOD.LBL_LAST_OPTIMISED}</td><td>{$index->last_optimised|default:$MOD.LBL_NEVER_OPTIMISED}<form action="index.php?module=AOD_Index&action=optimise" method="post"><input type="submit" value="{$MOD.LBL_OPTIMISE_NOW}"></form></td></tr>
</table>