enabled) { __("This page is restricted to authorized staff"); exit(); } $fields = array ( "show" => array ("request", "string", ""), "creator_id" => array("request", "integer", 2000), ); getFields($fields); if ($show && $cuid != 2000) { __("This page is restricted to authorized staff"); exit(); } $r=$admin->get_list($show == 'all' ? 1 : 0, $creator_id); ?>
$error"; } ?>
 
' . _('List all the accounts') . '';
  if ($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 ' (' . implode(', ', $infos_creators) . ')';
    }
  }
} else {
  echo '
' . _('List only my accounts') . '';
} ?>
  
  
">