Details |
Last modification |
View Log
Rev |
Author |
Line No. |
Line |
1 |
root |
1 |
<?
|
286 |
richard |
2 |
$select[0]="$l_domains";
|
|
|
3 |
$select[1]="Web";
|
|
|
4 |
$select[2]=$l_network;
|
|
|
5 |
$select[3]="Exceptions";
|
|
|
6 |
$fich[0]="admin/dns_filter.php";
|
|
|
7 |
$fich[1]="admin/web_filter.php";
|
|
|
8 |
$fich[2]="admin/net_filter.php";
|
|
|
9 |
$fich[3]="admin/filter_exceptions.php";
|
1 |
root |
10 |
$j=0;
|
|
|
11 |
$nb=count($select);
|
|
|
12 |
while ($j != $nb)
|
|
|
13 |
{
|
|
|
14 |
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>";
|
|
|
15 |
$j++;
|
|
|
16 |
}
|
|
|
17 |
?>
|