Changeset 58 for trunk/Modules
- Timestamp:
- Jul 31, 2011, 7:59:24 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Modules/UMainModule.pas
r55 r58 241 241 Database.Password := ReadStringWithDefault('DatabasePassword', 'password'); 242 242 FormatHTML := ReadBoolWithDefault('FormatHTML', False); 243 Application.HTTPServer.ShowExceptions := ReadBoolWithDefault('ShowException', False); 244 243 Application.LogException := not ReadBoolWithDefault('ShowException', False); 245 244 finally 246 245 Free; … … 256 255 begin 257 256 LoadFromRegistry; 258 //Application.HTTPServer.ShowExceptions := True;259 257 InitDatabase; 260 258 //Database.Query('SELECT * FROM ssss');
Note:
See TracChangeset
for help on using the changeset viewer.