Rev 958 | Go to most recent revision | Blame | Last modification | View Log
<?php
# $Id: system.php 1484 2014-11-11 23:14:36Z richard $
$select[0]=$l_network;
$select[1]="Services";
$select[2]=$l_ldap;
$fich[0]="admin/network.php";
$fich[1]="admin/services.php";
$fich[2]="admin/ldap.php";
$j=0;
$nb=count($select);
while ($j != $nb)
{
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>";
$j++;
}
?>