* added comment to explain the DefaultFileModuleClass purpose

git-svn-id: trunk@22819 -
This commit is contained in:
michael 2012-10-22 11:20:52 +00:00
parent e327b4581c
commit 82f03f0e40

View File

@ -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;