예제 #1
0
function COMPUTER_ADD_ALIAS()
{
    writelogs("adding aliase for  to group {$_GET["userid"]}", __FUNCTION__, __FILE__, __LINE__);
    $comp = new computers($_GET["userid"]);
    $comp->ComputerAddAlias($_GET["ComputerAddAlias"]);
}