enabled) { __("This page is restricted to authorized staff"); exit(); } if (!$admin->addtld($tld,$mode)) { $error=$err->errstr(); include("adm_tldadd.php"); exit(); } else { $error=_("The TLD has been successfully added"); include("adm_tld.php"); exit(); } ?>