mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-27 21:10:28 +02:00
* added comment to explain the DefaultFileModuleClass purpose
git-svn-id: trunk@22819 -
This commit is contained in:
parent
e327b4581c
commit
82f03f0e40
@ -24,6 +24,7 @@ Type
|
||||
|
||||
Var
|
||||
// Set this if you want a descendent class to serve the files.
|
||||
// You can use this to customize the behaviour in the descendent, for instance if you have multiple virtual hosts.
|
||||
DefaultFileModuleClass : TFPCustomFileModuleClass = TFPCustomFileModule;
|
||||
// Setting this will load mime types from that file.
|
||||
MimeTypesFile : string;
|
||||
|
Loading…
Reference in New Issue
Block a user