Changeset 85 for branches/DirectWeb/UHTTPServer.pas
- Timestamp:
- Dec 16, 2009, 1:21:06 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/DirectWeb/UHTTPServer.pas
r82 r85 153 153 end else 154 154 with Response.Stream do begin 155 WriteLn('File ' + Request.Path + ' not found.'); 155 156 WriteString('<html><body>File ' + Request.Path + ' not found.</body></html>'); 156 157 end;
Note:
See TracChangeset
for help on using the changeset viewer.