Changeset 123 for trunk/UCore.pas


Ignore:
Timestamp:
Jul 24, 2020, 11:06:31 PM (4 years ago)
Author:
chronos
Message:
  • Added: IPTV channels for channel packages.
  • Added: Used network interfaces specification document.
  • Modified: Updated IPTV manual.
  • Fixed: Build under Lazarus 2.0.10.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/UCore.pas

    r114 r123  
    144144    DatabasePassword := ReadString(SectionDatabase, 'DatabasePassword', 'password');
    145145    FormatHTML := ReadBool(SectionGeneral, 'FormatHTML', False);
    146     WebApp1.LogException := ReadBool(SectionGeneral, 'ShowException', False);
     146    WebApp1.LogException := ReadBool(SectionGeneral, 'LogException', False);
     147    WebApp1.HTTPServer.ShowExceptions := ReadBool(SectionGeneral, 'ShowException', False);
    147148    NetworkAddress := ReadString(SectionHTTPServer, 'NetworkAddress', 'localhost');
    148149    NetworkPort := ReadInteger(SectionHTTPServer, 'NetworkPort', 80);
Note: See TracChangeset for help on using the changeset viewer.