diff options
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index ba59e89d3..737e5af0b 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -20,6 +20,8 @@ use HTML::Mason::ApacheHandler; use strict; +###use Module::Refresh;### + # List of modules that you want to use from components (see Admin # manual for details) #{ package HTML::Mason::Commands; @@ -270,6 +272,8 @@ sub handler } # end package HTML::Mason::Commands; + ###Module::Refresh->refresh;### + $r->content_type('text/html'); #eorar |