summaryrefslogtreecommitdiff
path: root/computer-time-limit.php
diff options
context:
space:
mode:
Diffstat (limited to 'computer-time-limit.php')
-rw-r--r--computer-time-limit.php8
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('&nbsp;');
+ }
+
?></td></tr>
<?php
}