enabled) { __("This page is restricted to authorized staff"); exit(); } $id = $_GET['id']; if (!$admin->checkcreator($id)) { __("This page is restricted to authorized staff"); exit(); } if (!$r=$admin->get($id)) { $error=$err->errstr(); } else { if (!$mem->setid($id)) { $error=$err->errstr(); include("index.php"); exit(); } ?>