enabled) { $msg->raise("ERROR", "admin", _("This page is restricted to authorized staff")); echo $msg->msg_html_all(); include_once("foot.php"); exit(); } $fields = array ( "uid" => array ("request", "integer", 0), ); getFields($fields); $us=$admin->get($uid); $mem->su($uid); $r=$quota->getquota(); $mem->unsu(); ?>