Subversion Repositories ALCASAR

Rev

Rev 958 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log

Rev Author Line No. Line
958 franck 1
<?php
2
# $Id: stat.php 1154 2013-07-15 14:27:10Z crox53 $
318 richard 3
	$select[0]="$l_stat_user_day";
4
	$select[1]="$l_stat_con";
5
	$select[2]="$l_stat_daily";
1154 crox53 6
	$select[3]="$l_firewall";
7
	$select[4]="$l_moniteur";
318 richard 8
	$fich[0]="manager/htdocs/user_stats.php";
9
	$fich[1]="manager/htdocs/accounting.php";
10
	$fich[2]="manager/htdocs/stats.php";
1154 crox53 11
	$fich[3]="admin/firewallEyes/index.html";
12
	$fich[4]="/nfsen";
318 richard 13
	$j=0;
14
	while ($j != count($select))
15
	{
16
		echo "<TR><TD valign=\"middle\" align=\"left\">&nbsp;<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>";
17
		$j++;
18
	}
19
?>