lilalo

diff l3-cgi @ 77:e56f21c44faf

Под root'ом приглашение красного цвета
author devi
date Mon Feb 13 19:28:51 2006 +0200 (2006-02-13)
parents 440d12c122d5
children d28dda8ea18f
line diff
     1.1 --- a/l3-cgi	Sat Jan 21 19:09:34 2006 +0200
     1.2 +++ b/l3-cgi	Mon Feb 13 19:28:51 2006 +0200
     1.3 @@ -84,6 +84,7 @@
     1.4  				my $h = $t->{host}->{$host};
     1.5  				$print .= "$host";
     1.6  				$print .= " ".$h->{firstname}." ".$h->{surname}." ";
     1.7 +				$print .= " ".$h->{company}." ";
     1.8  				$print .= "<a href='/cgi-bin/l3/".$tdate."/".$host."/root'>root</a> ";
     1.9  				$print .= "<a href='/cgi-bin/l3/".$tdate."/".$host."/".$h->{user}."'>".$h->{user}."</a> ";
    1.10  				$print .= "\n";