diff options
author | khoff <khoff> | 2005-03-11 01:34:31 +0000 |
---|---|---|
committer | khoff <khoff> | 2005-03-11 01:34:31 +0000 |
commit | 7c04e83390fd815fbf75a22118728b2eb6b4f7ad (patch) | |
tree | 85a2e27f8ea859f1ddba0c3702f32e6dc86cad5c /rt/etc | |
parent | 98526af3dcd590daecea6f202a61a4b21589fbab (diff) |
Reorganized RT->Freeside integration to support Internal (single RT/Freeside database) and XMLRPC interfaces.
All the UI stuff is handled the same either way.
Integration type is changed by setting $RT::URI::freeside::IntegrationType to either 'Internal' or 'XMLRPC' in your RT_SiteConfig.pm.
Diffstat (limited to 'rt/etc')
-rw-r--r-- | rt/etc/RT_SiteConfig.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm index 572a2baf6..3c37a41bf 100644 --- a/rt/etc/RT_SiteConfig.pm +++ b/rt/etc/RT_SiteConfig.pm @@ -10,4 +10,6 @@ $RT::WebExternalAuth = 1; $RT::WebFallbackToInternal = 1; #no $RT::WebExternalAuto = 1; +$RT::URI::freeside::IntegrationType = 'Internal'; + 1; |