diff options
author | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-03-12 16:07:29 +0000 |
commit | d069ae1df141abf4a4c2c258e8255b974e730a47 (patch) | |
tree | 47ff3cf60a1ac282ee58786f584699c9b6bfbef1 /rt/etc | |
parent | a6cbda0b7e6779b89abc1d466af9c3a880d8e030 (diff) |
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
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 1 |
1 files changed, 1 insertions, 0 deletions
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 , ''); |