summaryrefslogtreecommitdiff
path: root/rt/etc
diff options
context:
space:
mode:
authorivan <ivan>2007-06-20 22:35:55 +0000
committerivan <ivan>2007-06-20 22:35:55 +0000
commit762bac943dcb5ab1315cb767ff02ca425f010ffc (patch)
tree1eea0bc8a1f40dcc5dba2341eaf10d3e3eff5759 /rt/etc
parentf5af4fcceb8a36c3d0885dfa197798a77de64727 (diff)
add $RT::MyTicketsLength patch from spiritone, part of merging RT changes (#1661)
Diffstat (limited to 'rt/etc')
-rw-r--r--rt/etc/RT_SiteConfig.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/rt/etc/RT_SiteConfig.pm b/rt/etc/RT_SiteConfig.pm
index affd36bb3..56d7e26c7 100644
--- a/rt/etc/RT_SiteConfig.pm
+++ b/rt/etc/RT_SiteConfig.pm
@@ -28,6 +28,8 @@ $RT::WebExternalAuth = 1;
$RT::WebFallbackToInternal = 1; #no
$RT::WebExternalAuto = 1;
+$RT::MyTicketsLength = 10;
+
$RT::URI::freeside::IntegrationType = 'Internal';
$RT::URI::freeside::URL = '%%%FREESIDE_URL%%%';