Subversion Repositories ALCASAR

Rev

Rev 426 | Go to most recent revision | Only display areas with differences | Ignore whitespace | Details | Blame | Last modification | View Log

Rev 426 Rev 958
1
<?
1
<?php
-
 
2
# $Id: stat.php 958 2012-07-19 09:01:30Z franck $
2
	$select[0]="$l_stat_user_day";
3
	$select[0]="$l_stat_user_day";
3
	$select[1]="$l_stat_con";
4
	$select[1]="$l_stat_con";
4
	$select[2]="$l_stat_daily";
5
	$select[2]="$l_stat_daily";
5
	$select[3]="$l_stat_web";
6
	$select[3]="$l_stat_web";
6
	$select[4]="$l_firewall";
7
	$select[4]="$l_firewall";
7
	$fich[0]="manager/htdocs/user_stats.php";
8
	$fich[0]="manager/htdocs/user_stats.php";
8
	$fich[1]="manager/htdocs/accounting.php";
9
	$fich[1]="manager/htdocs/accounting.php";
9
	$fich[2]="manager/htdocs/stats.php";
10
	$fich[2]="manager/htdocs/stats.php";
10
	$fich[3]="awstats/";
11
	$fich[3]="awstats/";
11
	$fich[4]="admin/firewallEyes/index.html";
12
	$fich[4]="admin/firewallEyes/index.html";
12
	$j=0;
13
	$j=0;
13
	while ($j != count($select))
14
	while ($j != count($select))
14
	{
15
	{
15
		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>";
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>";
16
		$j++;
17
		$j++;
17
	}
18
	}
18
?>
19
?>
19
 
20