* Template debugging: load & parse template on each request
[citadel.git] / webcit / webcit.h
index 83f404ac659e87f6d993520797893439ce48497b..2d0f29f8b5215bbdfdc2c4bb827d32beb4ba47c5 100644 (file)
@@ -274,7 +274,7 @@ typedef struct _wcsubst {
 
 #define TYPE_STR   1
 #define TYPE_LONG  2
-#define MAXPARAM  10
+#define MAXPARAM  20
 typedef struct _TemplateParam {
        const char *Start;
        int Type;