From 02aea7237fa255266f7b71eb0a9114c12aa3c034 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 13 Mar 2004 00:50:41 +0000 Subject: automatically set Mason comp_root in Makefile --- htetc/handler.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'htetc') diff --git a/htetc/handler.pl b/htetc/handler.pl index 0301d98d1..8541b4ce5 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', ); -- cgit v1.2.1