Skip to content

Commit b6caad7

Browse files
committed
show user stats in loginas view
1 parent 917b6e2 commit b6caad7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

web/list/stats/index.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313
top_panel($user,$TAB);
1414

1515
// Data
16-
if ($_SESSION['user'] == 'admin') {
16+
if ($user == 'admin') {
1717

1818
if (empty($_GET['user'])) {
1919
exec (VESTA_CMD."v-list-users-stats json", $output, $return_var);

0 commit comments

Comments
 (0)