Subversion Repositories ALCASAR

Compare Revisions

Problem with comparison.

Ignore whitespace Rev HEAD → Rev 1015

/web/acc/filtering.php
0,0 → 1,17
<?
$select[0]="$l_blacklist";
$select[1]="$l_whitelist";
$select[2]=$l_network;
$select[3]="Exceptions";
$fich[0]="admin/bl_filter.php";
$fich[1]="admin/wl_filter.php";
$fich[2]="admin/net_filter.php";
$fich[3]="admin/filter_exceptions.php";
$j=0;
$nb=count($select);
while ($j != $nb)
{
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++;
}
?>
Property changes:
Added: svn:keywords
+Id Author Date
\ No newline at end of property