function authip_add()
{
    $freeweb = new freeweb($_POST["servername"]);
    $freeweb->LimitByIp_add($_POST["authip-add"]);
}