src/server/daemon/ws-fn.c

changeset 162
b169992137a8
parent 161
aadda87bad1b
child 211
2160585200ac
--- a/src/server/daemon/ws-fn.c	Thu Jan 26 18:53:52 2017 +0100
+++ b/src/server/daemon/ws-fn.c	Sat Jan 28 10:38:34 2017 +0100
@@ -67,6 +67,7 @@
     { "find-index", find_index, NULL, NULL, 0},
     { "dir-redirect", dir_redirect, NULL, NULL, 0},
     { "print-message", print_message, NULL, NULL, 0},
+    { "set-variable", set_variable, NULL, NULL, 0},
     { "common-log", common_log, NULL, NULL, 0},
     { "send-cgi", send_cgi, NULL, NULL, 0},
     {NULL, NULL, NULL, NULL, 0}

mercurial