Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2275 → Rev 2276

/web/acc/manager/htdocs/activity.php
187,7 → 187,8
echo "<FORM action='".$_SERVER['PHP_SELF']."' method=POST>";
# Dissociate user (... or other) who is not connected yet
echo "<INPUT type='hidden' name='mac_addr' value='$detail[0]'>";
if (empty($mac_in_ether_file[0]))
exec ("grep $detail[0] /usr/local/etc/alcasar-ethers-info", $mac_in_ether_file);
if (empty($mac_in_ether_file[1]))
{
echo "<INPUT type='submit' name='action' value='$l_dissociate'>"; // Dissociate only MAC not in ether file (dhcp)
}