diff options
| author | fukachan <fukachan> | 2002-11-26 07:29:33 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-11-26 07:29:33 +0000 |
| commit | 372920fa2dde8573dff743421854844bf03fe0d9 (patch) | |
| tree | 1e702aa647cc967fa01ef6f573b57250752b15ef /fml/etc/src/hooks.cf | |
| parent | d90e81f02356d482a481dd9ed161af2e079f1cf2 (diff) | |
| download | fml8-372920fa2dde8573dff743421854844bf03fe0d9.tar.gz fml8-372920fa2dde8573dff743421854844bf03fe0d9.tar.bz2 fml8-372920fa2dde8573dff743421854844bf03fe0d9.zip | |
define $fmlsummary*hook
Diffstat (limited to 'fml/etc/src/hooks.cf')
| -rw-r--r-- | fml/etc/src/hooks.cf | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fml/etc/src/hooks.cf b/fml/etc/src/hooks.cf index 37540030..0dec9bee 100644 --- a/fml/etc/src/hooks.cf +++ b/fml/etc/src/hooks.cf @@ -82,6 +82,14 @@ # $fmlspool_run_start_hook = q{ 1;}; # $fmlspool_verify_request_end_hook = q{ 1;}; # $fmlspool_verify_request_start_hook = q{ 1;}; +# $fmlsummary_finish_end_hook = q{ 1;}; +# $fmlsummary_finish_start_hook = q{ 1;}; +# $fmlsummary_prepare_end_hook = q{ 1;}; +# $fmlsummary_prepare_start_hook = q{ 1;}; +# $fmlsummary_run_end_hook = q{ 1;}; +# $fmlsummary_run_start_hook = q{ 1;}; +# $fmlsummary_verify_request_end_hook = q{ 1;}; +# $fmlsummary_verify_request_start_hook = q{ 1;}; # $fmlthread_finish_end_hook = q{ 1;}; # $fmlthread_finish_start_hook = q{ 1;}; # $fmlthread_prepare_end_hook = q{ 1;}; |
