summaryrefslogtreecommitdiff
path: root/htetc
diff options
context:
space:
mode:
authorivan <ivan>2003-08-05 20:58:12 +0000
committerivan <ivan>2003-08-05 20:58:12 +0000
commit502e5edafc042feff4fc1bfb0c53646285796c54 (patch)
tree3ccc280845de0a4e94c3319c000832162b4c0fa5 /htetc
parent6c6c206041f01df39d1fcb3aee5c9e1dfac24d41 (diff)
doh, fix stuff that shouldn't have been checked in
Diffstat (limited to 'htetc')
-rw-r--r--htetc/handler.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/htetc/handler.pl b/htetc/handler.pl
index 3e37b7e..976787a 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/masonside',
+ comp_root=>'/var/www/freeside',
data_dir=>'/usr/local/etc/freeside/masondata',
#out_mode=>'stream',
);