merging 3.8.7!!!
[freeside.git] / rt / lib / RT.pm
index 3ed85af..da14b04 100644 (file)
@@ -76,7 +76,7 @@ our $LocalPluginPath = $LocalPath."/plugins";
 
 # $MasonComponentRoot is where your rt instance keeps its mason html files
 
-our $MasonComponentRoot = 'share/html';
+our $MasonComponentRoot = '/var/www/freeside/rt';
 
 # $MasonLocalComponentRoot is where your rt instance keeps its site-local
 # mason html files.
@@ -85,7 +85,7 @@ our $MasonLocalComponentRoot = 'local/html';
 
 # $MasonDataDir Where mason keeps its datafiles
 
-our $MasonDataDir = 'var/mason_data';
+our $MasonDataDir = '/usr/local/etc/freeside/masondata';
 
 # RT needs to put session data (for preserving state between connections
 # via the web interface)