| Line 1... | 
            Line 1... | 
          
          
            | 1 | 
            <?php
  | 
            1 | 
            <?php
  | 
          
          
            | 2 | 
            # $Id: stat.php 2009 2016-07-25 15:31:27Z raphael.pion $
  | 
            2 | 
            # $Id: stat.php 2138 2017-03-18 18:29:01Z richard $
  | 
          
          
            | 3 | 
            	$select[0]="$l_stat_user_day";
  | 
            3 | 
            	$select[0]="$l_stat_user_day";
  | 
          
          
            | 4 | 
            	$select[1]="$l_stat_con";
  | 
            4 | 
            	$select[1]="$l_stat_con";
  | 
          
          
            | 5 | 
            	$select[2]="$l_stat_daily";
  | 
            5 | 
            	$select[2]="$l_stat_daily";
  | 
          
          
            | 6 | 
            	$select[3]="$l_stat_global_network";
  | 
            6 | 
            	$select[3]="$l_stat_global_network";
  | 
          
          
            | 7 | 
            	$select[4]="$l_stat_detail_network";
  | 
            7 | 
            	$select[4]="$l_stat_detail_network";
  | 
          
          
            | 8 | 
            	$select[5]="$l_security";
  | 
            8 | 
            	$select[5]="$l_security";
  | 
          
          
            | 9 | 
            	$select[6]="$l_activity_report";
  | 
            - | 
               | 
          
          
            | 10 | 
            	$fich[0]="manager/htdocs/user_stats.php";
  | 
            9 | 
            	$fich[0]="manager/htdocs/user_stats.php";
  | 
          
          
            | 11 | 
            	$fich[1]="manager/htdocs/accounting.php";
  | 
            10 | 
            	$fich[1]="manager/htdocs/accounting.php";
  | 
          
          
            | 12 | 
            	$fich[2]="manager/htdocs/stats.php";
  | 
            11 | 
            	$fich[2]="manager/htdocs/stats.php";
  | 
          
          
            | 13 | 
            	$fich[3]="manager/stats/index.php";
  | 
            12 | 
            	$fich[3]="manager/stats/index.php";
  | 
          
          
            | 14 | 
            	$fich[4]="manager/nfsen/nfsen.php";
  | 
            13 | 
            	$fich[4]="manager/nfsen/nfsen.php";
  | 
          
          
            | 15 | 
            	$fich[5]="manager/htdocs/security.php";
  | 
            14 | 
            	$fich[5]="manager/htdocs/security.php";
  | 
          
          
            | 16 | 
            	$fich[6]="manager/activity_report/index.php";
  | 
            - | 
               | 
          
          
            | 17 | 
            	$j=0;
  | 
            15 | 
            	$j=0;
  | 
          
          
            | 18 | 
            	while ($j != count($select))
  | 
            16 | 
            	while ($j != count($select))
  | 
          
          
            | 19 | 
            	{
  | 
            17 | 
            	{
  | 
          
          
            | 20 | 
            		echo "<TR><TD valign=\"middle\" align=\"left\"> <img src=\"/images/right2.gif\" height=10 width=10 border=no nosave><a href=\"$fich[$j]\" target=\"REXY2\"><font color=\"black\">$select[$j]</font></a></TD></TR>";
  | 
            18 | 
            		echo "<TR><TD valign=\"middle\" align=\"left\"> <img src=\"/images/right2.gif\" height=10 width=10 border=no nosave><a href=\"$fich[$j]\" target=\"REXY2\"><font color=\"black\">$select[$j]</font></a></TD></TR>";
  | 
          
          
            | 21 | 
            		$j++;
  | 
            19 | 
            		$j++;
  |