\n"; } # Check for an override alias $alias = &get_override_alias(); if ($alias) { # Got one .. but does it deliver locally $noat = $remote_user; $noat =~ s/\@/-/g; @values = @{$alias->{'values'}}; ($tome) = grep { $_ eq "\\$remote_user" || $_ eq "\\$noat" } @values; if ($tome) { @values = grep { $_ ne $tome } @values; $msg = 'index_aliasme'; } else { $msg = 'index_alias'; } print "$text{$msg}\n"; print "
"; } } else { if ($alerted) { print &ui_alert_box($text{'index_none'}, 'info'); } else { print $text{'index_none'} . "
"; } } print &ui_links_row(\@links); } &ui_print_footer("/", $text{'index'});