Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 1958 → Rev 1959

/web/acc/admin/network2.php
4,7 → 4,7
echo "<tr><td align='center' valign='middle'>";
echo "<FORM action='network.php' method='POST'>";
echo "<table cellspacing=2 cellpadding=3 border=1>";
echo "<tr><th>$l_mac_address<th>$l_ip_address<th>$l_mac_del</tr>";
echo "<tr><th>$l_mac_address<th>$l_ip_address<th>$l_del</tr>";
// Read the "ether" file
$intif = $conf["INTIF"];
exec ("sudo /sbin/ip link show $intif", $output);