[CODE] add client last seen time
This commit is contained in:
parent
153d48f8ef
commit
73b896c395
4 changed files with 23 additions and 2 deletions
|
@ -9,6 +9,7 @@ include "functions.php";
|
|||
|
||||
$light = new LightStatus();
|
||||
$light->update();
|
||||
$light->setClientLastSeen();
|
||||
|
||||
echo $light;
|
||||
?>
|
||||
|
|
Reference in a new issue