diff options
author | ivan <ivan> | 2006-12-15 00:28:46 +0000 |
---|---|---|
committer | ivan <ivan> | 2006-12-15 00:28:46 +0000 |
commit | 1163d4d5044ca487ae9cf2176346e297979aa1e1 (patch) | |
tree | a819c88eb837ea6349de06df955f9c19ecf88459 /htetc | |
parent | 7422aa77086326ba1e6032150ce5704d1003ea6f (diff) |
tiny bit of cleanup from the conf merge
Diffstat (limited to 'htetc')
-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 3f3886b3a..2d82673b6 100644 --- a/htetc/handler.pl +++ b/htetc/handler.pl @@ -60,7 +60,7 @@ my $ah = new HTML::Mason::ApacheHandler ( [ 'freeside' => '%%%FREESIDE_DOCUMENT_ROOT%%%' ], [ 'rt' => '%%%FREESIDE_DOCUMENT_ROOT%%%/rt' ], ], - data_dir=>'%%%FREESIDE_CONF%%%/masondata', + data_dir=>'%%%MASONDATA%%%', #out_mode=>'stream', #RT |