From d069ae1df141abf4a4c2c258e8255b974e730a47 Mon Sep 17 00:00:00 2001 From: ivan Date: Sat, 12 Mar 2005 16:07:29 +0000 Subject: popurl(3) won't give us a good freeside base url since RT calls it from multiple directory depths... have to specify explicity, like external integration --- rt/etc/RT_SiteConfig.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'rt/etc/RT_SiteConfig.pm') diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index 5b97471af..5c116c462 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -11,6 +11,7 @@ $RT::WebFallbackToInternal = 1; #no $RT::WebExternalAuto = 1; $RT::URI::freeside::IntegrationType = 'Internal'; +$RT::URI::freeside::URL = '%%%FREESIDE_URL%%%'; Set($DatabaseHost , ''); -- cgit v1.2.1