enabled) { $msg->raise("ERROR", "admin", _("This page is restricted to authorized staff")); echo $msg->msg_html_all(); exit(); } $fields = array ( "uid" => array ("request", "integer", 0), ); getFields($fields); if ($admin->normal2su($uid)) { $msg->raise("INFO", "admin", _("This account is now an administrator account")); } include("adm_edit.php"); exit(); ?>