Subversion Repositories ALCASAR

Compare Revisions

Ignore whitespace Rev 2077 → Rev 2078

/web/acc/manager/htdocs/activity.php
115,6 → 115,7
$oui_id = substr(str_replace("-","",$detail[0]),0,6);
exec ("grep $oui_id /usr/share/arp-scan/ieee-oui.txt | cut -f2", $mac_manufacturer);
echo "<TD>$detail[0] ($mac_manufacturer[0])</TD>";
unset($mac_manufacturer);
}
else
{