Details |
Last modification |
View Log
| RSS feed
| Rev |
Author |
Line No. |
Line |
| 15580 |
manas |
1 |
<div class="useractives index">
|
|
|
2 |
<h2><?php echo __('Useractives'); ?></h2>
|
|
|
3 |
<td><?php echo('User Id')?></td>
|
|
|
4 |
|
|
|
5 |
<td><?php echo('Last Login Time')?></td>
|
|
|
6 |
|
|
|
7 |
<br>
|
|
|
8 |
|
|
|
9 |
<td><?php if(isset($useractive['Useractive']['user_id'])) { echo($useractive['Useractive']['user_id']) ; }
|
|
|
10 |
else{echo('No data');}?></td>
|
|
|
11 |
|
|
|
12 |
<td><?php if(isset($useractive['Useractive']['last_active'])) { echo($useractive['Useractive']['last_active']) ; }
|
|
|
13 |
else{echo('No data');}?></td>
|
|
|
14 |
</div>
|
|
|
15 |
|