// -*- c++ -*-
$maintdir = "..";
require("$maintdir/constants.php3");
require("$authdir/get-login.php3");
get_login(true);
if ($theUser->getUserType() != 1)
header("Location: $maintdir");
// If we get past here, we're logged in
do_header("Edit User");
$u = lookupUser($id);
if (!$u->isValid()) {
print("Sorry, this user does not appear to be valid.\n");
do_main_menu();
print("
[ Return to user maintenance ]\n");
include("$lamtop/includes/std_footer.php3");
exit;
}
?>
print("