diff options
author | ivan <ivan> | 2007-12-03 00:13:17 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-12-03 00:13:17 +0000 |
commit | 17e8522db6177447c3fdc742a2bbc3bc2071e14b (patch) | |
tree | ed5907cadc3c6c447f53c3dbc66df0ec007fa76f /htetc/freeside-rt.conf | |
parent | 5de882c01159bfcc5f3d91c7cdfb4c707ff2516f (diff) |
this should get the Chart stuff in RT statistic running, i hope
Diffstat (limited to 'htetc/freeside-rt.conf')
-rw-r--r-- | htetc/freeside-rt.conf | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf index 1cb089bd6..5ca866213 100644 --- a/htetc/freeside-rt.conf +++ b/htetc/freeside-rt.conf @@ -29,3 +29,8 @@ PerlHandler HTML::Mason SetHandler perl-script PerlHandler HTML::Mason </Directory> + +<DirectoryMatch "^%%%FREESIDE_DOCUMENT_ROOT%%%/rt/RTx/Statistics/.*/Elements> +SetHandler perl-script +PerlHandler HTML::Mason +</Directory> |