mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-04-08 06:08:16 +02:00
+ Corrected example
This commit is contained in:
parent
dab70f699a
commit
44dfb357e3
@ -4,16 +4,12 @@ uses uncgi;
|
||||
|
||||
begin
|
||||
cgi_init;
|
||||
set_content('text/html');
|
||||
Writeln ('User agent = ',http_useragent);
|
||||
Writeln ('Referer = ',http_referer);
|
||||
Writeln ('Name = ',get_value('name'));
|
||||
Writeln ('Address = ',get_value('address'));
|
||||
Writeln ('City = ',get_value('city'));
|
||||
end. $Log$
|
||||
end. Revision 1.2 2002-09-07 15:43:06 peter
|
||||
end. * old logs removed and tabs fixed
|
||||
end.
|
||||
end. Revision 1.1 2002/01/29 17:55:23 peter
|
||||
end. * splitted to base and extra
|
||||
end.
|
||||
{
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user