diff options
| author | fukachan <fukachan> | 2002-11-07 13:58:12 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-11-07 13:58:12 +0000 |
| commit | cdcea033b4386eb6a16cab72a3a8eaa5faf30324 (patch) | |
| tree | f076b943697c573954bbe6d9848c7d8c89fd5a07 /fml/etc/src/hooks.cf | |
| parent | b19e710c70f2994ed06f2abbfe0b3ae34fcc3548 (diff) | |
| download | fml8-cdcea033b4386eb6a16cab72a3a8eaa5faf30324.tar.gz fml8-cdcea033b4386eb6a16cab72a3a8eaa5faf30324.tar.bz2 fml8-cdcea033b4386eb6a16cab72a3a8eaa5faf30324.zip | |
regen: add $fmlalias_*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 28a8f5e3..ca212412 100644 --- a/fml/etc/src/hooks.cf +++ b/fml/etc/src/hooks.cf @@ -26,6 +26,14 @@ # $error_run_start_hook = q{ 1;}; # $error_verify_request_end_hook = q{ 1;}; # $error_verify_request_start_hook = q{ 1;}; +# $fmladdr_finish_end_hook = q{ 1;}; +# $fmladdr_finish_start_hook = q{ 1;}; +# $fmladdr_prepare_end_hook = q{ 1;}; +# $fmladdr_prepare_start_hook = q{ 1;}; +# $fmladdr_run_end_hook = q{ 1;}; +# $fmladdr_run_start_hook = q{ 1;}; +# $fmladdr_verify_request_end_hook = q{ 1;}; +# $fmladdr_verify_request_start_hook = q{ 1;}; # $fmlalias_finish_end_hook = q{ 1;}; # $fmlalias_finish_start_hook = q{ 1;}; # $fmlalias_prepare_end_hook = q{ 1;}; |
