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