コード例 #1
0
function COMPUTER_DELETE_ALIAS()
{
    writelogs("delete aliase for  to group {$_GET["userid"]}", __FUNCTION__, __FILE__, __LINE__);
    $comp = new computers($_GET["userid"]);
    $comp->ComputerDelAlias($_GET["DeletComputerAliases"]);
}