lib: switch from php5 to fast_php by default
[hcoop/domtool2.git] / configDefault / webalizer.csg
index 360be67..a59319e 100644 (file)
@@ -2,5 +2,9 @@ signature WEBALIZER_CONFIG = sig
 
     val configDir : string
     val outputDir : string
+    val backupDir : string
+
+    val defaultOutput : string
+    val defaultHost : string
 
 end