show user stats in loginas view

This commit is contained in:
Serghey Rodin 2012-12-22 17:05:57 +02:00
parent 917b6e2c3f
commit b6caad717f

View file

@ -13,7 +13,7 @@ include($_SERVER['DOCUMENT_ROOT'].'/templates/header.html');
top_panel($user,$TAB);
// Data
if ($_SESSION['user'] == 'admin') {
if ($user == 'admin') {
if (empty($_GET['user'])) {
exec (VESTA_CMD."v-list-users-stats json", $output, $return_var);