Ignore:
Timestamp:
Dec 16, 2009, 1:21:06 PM (14 years ago)
Author:
george
Message:
  • Opraveno: Načítat nastavení databáze z konfiguračního souboru.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/DirectWeb/UHTTPServer.pas

    r82 r85  
    153153  end else
    154154  with Response.Stream do begin
     155    WriteLn('File ' + Request.Path + ' not found.');
    155156    WriteString('<html><body>File ' + Request.Path + ' not found.</body></html>');
    156157  end;
Note: See TracChangeset for help on using the changeset viewer.