aboutsummaryrefslogtreecommitdiff
path: root/schedule.ccl
diff options
context:
space:
mode:
Diffstat (limited to 'schedule.ccl')
-rw-r--r--schedule.ccl8
1 files changed, 8 insertions, 0 deletions
diff --git a/schedule.ccl b/schedule.ccl
index 5f975c3..187dd11 100644
--- a/schedule.ccl
+++ b/schedule.ccl
@@ -11,6 +11,14 @@ SCHEDULE HTTP_Work AT poststep
LANG: C
} "HTTP working routine"
+if(provide_pages)
+{
+ SCHEDULE HTTP_ContentWork AT poststep
+ {
+ LANG: C
+ } "HTTP Content Working routine"
+}
+
SCHEDULE HTTP_Shutdown AT shutdown
{
LANG: C