function removeOwsproxy($obj)
{
    $n = new administration();
    if ($obj->wfs == "gui_confs") {
        return false;
    }
    return $n->setWfsOwsproxyString($obj->wfs, false);
}