diff --git a/code-of-conduct.php b/code-of-conduct.php index 971dc43..2cbb3ee 100644 --- a/code-of-conduct.php +++ b/code-of-conduct.php @@ -56,13 +56,13 @@ the following behaviors are expected and requested of all community members:

@@ -73,17 +73,17 @@ our community:

@@ -121,8 +121,8 @@ we expect all envs.net members to abide by this code of conduct while:


@@ -132,13 +132,13 @@ envs.net admins: > you can also send a mail to sudoers@envs.net to make sure we all get it.
diff --git a/index.php b/index.php index e198faf..1cd9bf7 100644 --- a/index.php +++ b/index.php @@ -201,16 +201,16 @@ you find on the sysinfo page.

user list > list all users -

-

diff --git a/users.php b/users.php index aab9449..f976444 100644 --- a/users.php +++ b/users.php @@ -1,37 +1,37 @@ data->info->user_count; + // users + $online_users = str_replace(PHP_EOL, '', shell_exec("online-users")); + $total_users = $user_info->data->info->user_count; include 'header.php'; ?> - -
+ +
-
-
< back
-
+
+
< back
+
-
+

full user list

online:  | total: 

- - - - - - - + + + + + + +
users_info.json
recently updates
users_info.json
recently updates

@@ -40,11 +40,11 @@ include 'header.php';
    data->users as $user => $value) { - echo "\t
  • ~$user
  • \n"; - } + foreach ($user_info->data->users as $user => $value) { + echo "\t
  • ~$user
  • \n"; + } ?>
-
+