* copy daves great handler script and modify it to fit the simpler needs of webcit.
[citadel.git] / webcit / setup_wizard.c
index d2d177a2bee34651eb85aebb976f7b4531c07df2..8b52e0616f812a609beea2e2a6e840f1e45a7025 100644 (file)
@@ -52,4 +52,9 @@ void do_setup_wizard(void)
        wDumpContent(1);
 }
 
-
+void 
+InitModule_SETUP_WIZARD
+(void)
+{
+       WebcitAddUrlHandler(HKEY("setup_wizard"), do_setup_wizard, 0);
+}