Added a global system config item for the default time
[citadel.git] / citadel / routines2.c
index f20add33f8a18c3f2e24fa83974345c216879f65..a0116d1e7e39ca06f839bb2a0340140e1d553f56 100644 (file)
@@ -644,7 +644,7 @@ void read_bio(CtdlIPC *ipc)
 void do_system_configuration(CtdlIPC *ipc)
 {
 
-#define NUM_CONFIGS 49
+#define NUM_CONFIGS 50
 
        char buf[SIZ];
        char sc[NUM_CONFIGS][256];