array ("post", "string", ""), "mode" => array ("post", "integer", ""), ); getFields($fields); if (!$admin->enabled) { $msg->raise("ERROR", "admin", _("This page is restricted to authorized staff")); echo $msg->msg_html_all(); exit(); } if (!$admin->edittld($tld,$mode)) { include("adm_tldedit.php"); exit(); } else { $msg->raise("INFO", "admin", _("The TLD has been successfully edited")); include("adm_tld.php"); exit(); } ?>