diff options
| author | fukachan <fukachan> | 2003-02-08 15:05:02 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2003-02-08 15:05:02 +0000 |
| commit | c23e0d7fd6287ecfcb8c03eb1b68ec4fc958d7bd (patch) | |
| tree | 1ea1d1a91033eee41241bfb1d9e1634310516793 /fml | |
| parent | 54075c3fdb08dbddba8ccdaa927f5b0b19bf43f6 (diff) | |
| download | fml8-c23e0d7fd6287ecfcb8c03eb1b68ec4fc958d7bd.tar.gz fml8-c23e0d7fd6287ecfcb8c03eb1b68ec4fc958d7bd.tar.bz2 fml8-c23e0d7fd6287ecfcb8c03eb1b68ec4fc958d7bd.zip | |
$command_run_*_hook added
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/etc/default_config.cf.ja.in | 2 | ||||
| -rw-r--r-- | fml/etc/src/hooks.cf | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/fml/etc/default_config.cf.ja.in b/fml/etc/default_config.cf.ja.in index 898dc51e..de6e5c24 100644 --- a/fml/etc/default_config.cf.ja.in +++ b/fml/etc/default_config.cf.ja.in @@ -1789,6 +1789,8 @@ sql_find = select fml_address from $sql_table # $command_prepare_end_hook = q{ 1;}; # $command_prepare_start_hook = q{ 1;}; # $command_run_end_hook = q{ 1;}; +# $command_run_end_hook = q{ 1;}; +# $command_run_start_hook = q{ 1;}; # $command_run_start_hook = q{ 1;}; # $command_verify_request_end_hook = q{ 1;}; # $command_verify_request_start_hook = q{ 1;}; diff --git a/fml/etc/src/hooks.cf b/fml/etc/src/hooks.cf index 26c4802a..3bedf9df 100644 --- a/fml/etc/src/hooks.cf +++ b/fml/etc/src/hooks.cf @@ -7,6 +7,8 @@ # $command_prepare_end_hook = q{ 1;}; # $command_prepare_start_hook = q{ 1;}; # $command_run_end_hook = q{ 1;}; +# $command_run_end_hook = q{ 1;}; +# $command_run_start_hook = q{ 1;}; # $command_run_start_hook = q{ 1;}; # $command_verify_request_end_hook = q{ 1;}; # $command_verify_request_start_hook = q{ 1;}; |
