diff options
author | ivan <ivan> | 2003-08-05 20:12:28 +0000 |
---|---|---|
committer | ivan <ivan> | 2003-08-05 20:12:28 +0000 |
commit | 6c6c206041f01df39d1fcb3aee5c9e1dfac24d41 (patch) | |
tree | e57995002ba6ddb1f86a6ba88bf706e771242933 /htetc/handler.pl | |
parent | 791463c5192d40eb7fc9683402c3e3d0a883878b (diff) |
fix for "Variable "%num_active_cust_pkg" will not stay shared" error
Diffstat (limited to 'htetc/handler.pl')
-rw-r--r-- | htetc/handler.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl index 976787a55..3e37b7ef6 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -38,7 +38,7 @@ use strict; my $ah = new HTML::Mason::ApacheHandler ( #interp => $interp, #auto_send_headers => 0, - comp_root=>'/var/www/freeside', + comp_root=>'/var/www/masonside', data_dir=>'/usr/local/etc/freeside/masondata', #out_mode=>'stream', ); |