enabled) { __("This page is restricted to authorized staff"); exit(); } $creator_id = intval($_REQUEST['creator']); $r=$admin->get_list($_REQUEST['show'] == 'all' ? 1 : 0, $creator_id); include("head.php"); ?>
$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') . '';
} ?>
  
  
">