4images Forum & Community
4images Issues / Ausgaben => Installation, Update & Configuration => Topic started by: danceScape on September 07, 2009, 02:19:55 PM
-
Hello,
Is there any documentation as to how we would go about modifyiing the timeframe for the "Who's Online" setting?
For example, we weren't sure what is the time frame it is defaulting at, and if we want to track people coming in over the past 30 minutes, where do we edit this?
Thanks for any tips.
-
in includes/sessions.php find:
$time_out = time() - 300;
replace with:
$time_out = time() - 1800;
30*60=1800
-
Thank you, it worked! :D