Changeset 58 for trunk/Modules


Ignore:
Timestamp:
Jul 31, 2011, 7:59:24 PM (13 years ago)
Author:
george
Message:
  • Upraveno: Blokování xml souborů.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Modules/UMainModule.pas

    r55 r58  
    241241    Database.Password := ReadStringWithDefault('DatabasePassword', 'password');
    242242    FormatHTML := ReadBoolWithDefault('FormatHTML', False);
    243     Application.HTTPServer.ShowExceptions := ReadBoolWithDefault('ShowException', False);
    244 
     243    Application.LogException := not ReadBoolWithDefault('ShowException', False);
    245244  finally
    246245    Free;
     
    256255begin
    257256  LoadFromRegistry;
    258   //Application.HTTPServer.ShowExceptions := True;
    259257  InitDatabase;
    260258  //Database.Query('SELECT * FROM ssss');
Note: See TracChangeset for help on using the changeset viewer.