Browse Subversion Repository
Diff of /ServerController.dfm
Parent Directory
| Revision Log
| Patch
| 1 |
object IWServerController: TIWServerController |
object IWServerController: TIWServerController |
| 2 |
OldCreateOrder = False |
OldCreateOrder = False |
| 3 |
AuthBeforeNewSession = False |
AppName = 'MyApp' |
|
AppName = 'zencart_clone' |
|
|
CacheDir = 'e:\temp' |
|
| 4 |
ComInitialization = ciMultiThreaded |
ComInitialization = ciMultiThreaded |
|
Compression.Enabled = True |
|
|
Compression.Level = 6 |
|
| 5 |
Description = 'My IntraWeb Application' |
Description = 'My IntraWeb Application' |
|
DebugHTML = False |
|
| 6 |
DisplayName = 'IntraWeb Application' |
DisplayName = 'IntraWeb Application' |
|
Log = loNone |
|
|
EnableImageToolbar = False |
|
|
ExceptionDisplayMode = smAlert |
|
|
HistoryEnabled = True |
|
|
JavascriptDebug = False |
|
|
PageTransitions = False |
|
| 7 |
Port = 8888 |
Port = 8888 |
| 8 |
RedirectMsgDelay = 0 |
RedirectMsgDelay = 0 |
| 9 |
ServerResizeTimeout = 0 |
ServerResizeTimeout = 0 |
| 11 |
SessionTimeout = 10 |
SessionTimeout = 10 |
| 12 |
SSLOptions.NonSSLRequest = nsAccept |
SSLOptions.NonSSLRequest = nsAccept |
| 13 |
SSLOptions.Port = 0 |
SSLOptions.Port = 0 |
| 14 |
SSLOptions.SSLVersion = sslv3 |
SSLOptions.SSLVersions = [] |
| 15 |
Version = '14.0.0' |
Version = '14.0.48' |
| 16 |
AllowMultipleSessionsPerUser = False |
AllowMultipleSessionsPerUser = False |
|
IECompatibilityMode = 'IE=8' |
|
| 17 |
OnNewSession = IWServerControllerBaseNewSession |
OnNewSession = IWServerControllerBaseNewSession |
|
OnBeforeRender = IWServerControllerBaseBeforeRender |
|
| 18 |
Height = 310 |
Height = 310 |
| 19 |
Width = 342 |
Width = 342 |
| 20 |
end |
end |
|
|
Legend:
| Removed from v.1 |
|
| changed lines |
| |
Added in v.2 |
|
|
|