[CODE] add client last seen time

This commit is contained in:
Jannik Beyerstedt 2017-08-23 14:43:13 +02:00
parent 153d48f8ef
commit 73b896c395
4 changed files with 23 additions and 2 deletions

View file

@ -9,6 +9,7 @@ include "functions.php";
$light = new LightStatus();
$light->update();
$light->setClientLastSeen();
echo $light;
?>