diff options
Diffstat (limited to 'htetc')
-rw-r--r-- | htetc/handler.pl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 3c68e83ed..18108ab11 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -6,6 +6,9 @@ use strict; use warnings; use FS::Mason qw( mason_interps ); use FS::Trace; +use FS::Conf; + +$FS::Conf::conf_cache_enabled = 1; # enable FS::Conf caching for performance if ( %%%RT_ENABLED%%% ) { |