enabled) { __("This page is restricted to authorized staff"); exit(); } $fields = array ( "show" => array ("request", "string", ""), "creator" => array("request", "integer", 0), "short" => array("request", "integer", -1), "pattern" => array("request", "string", FALSE), "pattern_type" => array("request", "string", FALSE), ); getFields($fields); if ($short!=-1) { $mem->adminpref($short); $mem->user["admlist"]=$short; } $subadmin=variable_get("subadmin_restriction", 0); // If we ask for all account but we aren't "admin" and // subadmin var is not 1 if ($show=="all" && !$subadmin==1 && $cuid != 2000) { __("This page is restricted to authorized staff"); exit(); } if ($pattern && $pattern_type) { $r=$admin->get_list($show == 'all' ? 1 : 0, $creator, $pattern, $pattern_type); } else $r = FALSE; ?>
' , $error, ''; } if (!$r) { __("Enter a pattern for login list"); exit (0); } ?>
()
' . _('List all AlternC accounts') . ''; if ($subadmin==1 || $cuid==2000) { $list_creators = $admin->get_creator_list(); $infos_creators = array(); foreach ($list_creators as $key => $val) { $infos_creators[] = '' . $val['login'] . ''; } if (count($infos_creators)) { echo ' ('._("Or only the accounts of:")." ". implode(', ', $infos_creators) . ')'; } echo ""; } } else { echo '' . _('List only my accounts') . '
'; } }// END ($subadmin==1 || $cuid==2000) if (!is_array($r)) { echo '' , _("No account defined for now"), '
'; } else { ?>