diff -r 7be4525290cc -r 2ff220cfde13 list_supermasters.php --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/list_supermasters.php Mon Jun 04 18:43:11 2007 +0000 @@ -0,0 +1,71 @@ + +
echo _('You are not allowed to add supermasters with your current access level!'); ?>
+ +} +else +{ + + $supermasters = get_supermasters(0); + $num_supermasters = count($supermasters); + if ($supermasters < 0) + { + $num_supermasters = "0"; + } + else + { + $num_supermasters = count($supermasters); + } + + ?> + ++ | echo _('IP address of supermaster'); ?> + | echo _('Hostname in NS record'); ?> + | echo _('Account'); ?> + |
---|---|---|---|
+ | + echo _('No supermasters in this listing, sorry.'); ?> + | +||
+ ">" alt="[ echo _('Delete supermaster'); ?> ]"> + | +echo $c["master_ip"] ?> | +echo $c["ns_name"] ?> | +echo $c["account"] ?> | +