瀏覽代碼

* 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
 Var
   // Set this if you want a descendent class to serve the files.
   // 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;
   DefaultFileModuleClass : TFPCustomFileModuleClass = TFPCustomFileModule;
   // Setting this will load mime types from that file.
   // Setting this will load mime types from that file.
   MimeTypesFile : string;
   MimeTypesFile : string;