Subversion Repositories ALCASAR

Rev

Rev 426 | Go to most recent revision | Blame | Last modification | View Log

<?php
# $Id: stat.php 958 2012-07-19 09:01:30Z franck $
        $select[0]="$l_stat_user_day";
        $select[1]="$l_stat_con";
        $select[2]="$l_stat_daily";
        $select[3]="$l_stat_web";
        $select[4]="$l_firewall";
        $fich[0]="manager/htdocs/user_stats.php";
        $fich[1]="manager/htdocs/accounting.php";
        $fich[2]="manager/htdocs/stats.php";
        $fich[3]="awstats/";
        $fich[4]="admin/firewallEyes/index.html";
        $j=0;
        while ($j != count($select))
        {
                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>";
                $j++;
        }
?>