Forums | Mahara Community
Support
/
for online users
19 June 2010, 0:02
Where can i find the source code of online users (last 10 minutes) Feature.
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