diff options
| author | ivan <ivan> | 2004-03-13 00:50:43 +0000 |
|---|---|---|
| committer | ivan <ivan> | 2004-03-13 00:50:43 +0000 |
| commit | f82a3770acd9fcc07b75fa00b53968f21458fb12 (patch) | |
| tree | d227d58e10a450054611b353b143ae061258581f /htetc/handler.pl | |
| parent | 2a86b05af4e768ce549bc624af0027f26cf482bb (diff) | |
automatically set Mason comp_root in Makefile
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 692140817..45f81b3b9 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=>'%%%FREESIDE_DOCUMENT_ROOT%%%', data_dir=>'/usr/local/etc/freeside/masondata', #out_mode=>'stream', ); |
