HEX
Server: Apache/2.2.15 (CentOS)
System: Linux ip-10-0-2-146.eu-west-1.compute.internal 2.6.32-754.35.1.el6.centos.plus.x86_64 #1 SMP Sat Nov 7 11:33:42 UTC 2020 x86_64
User: root (0)
PHP: 5.6.40
Disabled: NONE
Upload Files
File: /www/exchange0old/exchange/admin/cache/%%5A^5AC^5AC16F56%%data.html.php
<?php /* Smarty version 2.6.19, created on 2024-08-07 17:08:58
         compiled from logs/data.html */ ?>
<table cellpadding="0" cellspacing="0" border="0" width="100%" class="table table-hover table-striped table-responsive dynamicTable">
<thead>
    <tr>
        <th align="left" valign="top"  ><b>User Name</b></th>
        <th align="left" valign="top" ><b>Host Name</b></th>
        <th align="left" valign="top" ><b>Login Time</b></th>
        <th align="left" valign="top" ><b>Logout Time</b></th>
        <?php if ($this->_tpl_vars['options'] == TRUE): ?>
        <th  align="center" valign="top"><b>Options </b></th>
        <?php endif; ?>
    </tr>
</thead>
<?php $_from = $this->_tpl_vars['data']; if (!is_array($_from) && !is_object($_from)) { settype($_from, 'array'); }if (count($_from)):
    foreach ($_from as $this->_tpl_vars['item']):
?>
<tr>
    <td><?php echo $this->_tpl_vars['item']['username']; ?>
</td>
    <td><?php echo $this->_tpl_vars['item']['hostname']; ?>
</td>
    <td><?php echo $this->_tpl_vars['item']['logged_time']; ?>
</td>
    <td><?php echo $this->_tpl_vars['item']['modified_time']; ?>
</td>
    <?php if ($this->_tpl_vars['options'] == TRUE): ?>
    <td align="center">
        <a href="?do=viewlog&id=<?php echo $this->_tpl_vars['item']['user_id']; ?>
" class="btn btn-default btn-sm" title="View">
            <i class="glyphicon glyphicon-search"></i>
        </a>
    </td>
    <?php endif; ?>
</tr>
<?php endforeach; endif; unset($_from); ?>
</table>