diff options
-rw-r--r-- | htetc/freeside-rt.conf | 9 | ||||
-rw-r--r-- | rt/FREESIDE_MODIFIED | 3 |
2 files changed, 7 insertions, 5 deletions
diff --git a/htetc/freeside-rt.conf b/htetc/freeside-rt.conf index c89d2d5c1..bb577aa42 100644 --- a/htetc/freeside-rt.conf +++ b/htetc/freeside-rt.conf @@ -60,8 +60,7 @@ SetHandler perl-script PerlHandler HTML::Mason </Directory> -#this one's not used anymore -#<DirectoryMatch "^%%%FREESIDE_DOCUMENT_ROOT%%%/rt/RTx/Statistics/.*/Elements> -#SetHandler perl-script -#PerlHandler HTML::Mason -#</DirectoryMatch> +<DirectoryMatch "^%%%FREESIDE_DOCUMENT_ROOT%%%/rt/RTx/Statistics/.*/Elements> +SetHandler perl-script +PerlHandler HTML::Mason +</DirectoryMatch> diff --git a/rt/FREESIDE_MODIFIED b/rt/FREESIDE_MODIFIED index 070d574e0..aea074a82 100644 --- a/rt/FREESIDE_MODIFIED +++ b/rt/FREESIDE_MODIFIED @@ -91,3 +91,6 @@ share/html/Callbacks/TimeToResolve/* share/html/Callbacks/SearchCustomerFields/* +share/html/Callbacks/RTx-Statistics/* +share/html/RTx/Statistics/* + |