fixed sh/qra so that it shows the correct lat/long
[spider.git] / cmd / load / keps.pl
1 #
2 # load the the keps file after changing it
3 #
4 my $self = shift;
5 return (1, $self->msg('e5')) if $self->priv < 9;
6 my @out = Sun::load($self);
7 @out = ($self->msg('ok')) if !@out;
8 return (1, @out);