diff options
author | ivan <ivan> | 2010-12-27 08:40:19 +0000 |
---|---|---|
committer | ivan <ivan> | 2010-12-27 08:40:19 +0000 |
commit | 3f8ef5c72aa4fbfad5c320d91abdd4f2d547c029 (patch) | |
tree | 258c345f9d76c70dbc7fea6810fcaafaa47aadba /torrus/configs | |
parent | 74e058c8a010ef6feb539248a550d0bb169c1e94 (diff) |
torrus, RT#10574
Diffstat (limited to 'torrus/configs')
-rw-r--r-- | torrus/configs/torrus-siteconfig.pl | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/torrus/configs/torrus-siteconfig.pl b/torrus/configs/torrus-siteconfig.pl index ed51c1730..e5f30dc89 100644 --- a/torrus/configs/torrus-siteconfig.pl +++ b/torrus/configs/torrus-siteconfig.pl @@ -7,7 +7,7 @@ ( 'main' => { 'description' => 'The main tree', - 'info' => 'some tree', + 'info' => 'main tree', #'some tree', #per-agent? 'xmlfiles' => [qw(routers.xml)], 'run' => { 'collector' => 1, 'monitor' => 0 } } ); @@ -17,5 +17,10 @@ # $Torrus::Renderer::companyURL = 'http://torrus.sf.net'; # $Torrus::Renderer::siteInfo = `hostname`; +#Freeside +$Torrus::CGI::authorizeUsers = 0; +$Torrus::Renderer::rendererURL = '/freeside/torrus'; +$Torrus::Renderer::plainURL = '/freeside/torrus/plain/'; +$Torrus::Renderer::Freeside::FSURL = '%%%FREESIDE_URL%%%'; 1; |