diff options
-rw-r--r-- | computer-time-limit.php | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/computer-time-limit.php b/computer-time-limit.php index 1605ad5..6f29bad 100644 --- a/computer-time-limit.php +++ b/computer-time-limit.php @@ -94,6 +94,14 @@ while ($row = $result->fetchArray()) { print($noch); print(')'); + ?></td><td><?php + + if ($row['aktiv']) { + print('eingeloggt'); + } else { + print(' '); + } + ?></td></tr> <?php } |