Forums | Mahara Community

Support /
for online users


anonymous profile picture
Account deleted
Posts: 92

19 June 2010, 0:02

Where can i find the source code of  online users (last 10 minutes) Feature.

Heinz Krettek's profile picture
Posts: 480

19 June 2010, 8:58

Hi,

I use "grep" command to find the source of strings.

grep -r "Online users" *

first code snippet is in lib/web.php:

data'   => onlineusers_sideblock()

second snippet in lib/mahara.php:

function onlineusers_sideblock() {

 

HTH Heinz

2 results