소스 검색

show user stats in loginas view

Serghey Rodin 13 년 전
부모
커밋
b6caad717f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      web/list/stats/index.php

+ 1 - 1
web/list/stats/index.php

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