소스 검색

* added comment to explain the DefaultFileModuleClass purpose

git-svn-id: trunk@22819 -
michael 12 년 전
부모
커밋
82f03f0e40
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      packages/fcl-web/src/base/fpwebfile.pp

+ 1 - 0
packages/fcl-web/src/base/fpwebfile.pp

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