diff options
author | ivan <ivan> | 2007-08-03 22:43:58 +0000 |
---|---|---|
committer | ivan <ivan> | 2007-08-03 22:43:58 +0000 |
commit | 14cb76d01568f0a1dbcc9d286f9adec790c961dd (patch) | |
tree | 64f9f769386760c44fbd00f94aa9d3cc0b61c08f /rt/etc/RT_Config.pm.in | |
parent | 5b1eff981d428d7964400120c149a821992f0fd1 (diff) |
fix path so we can find .css files
Diffstat (limited to 'rt/etc/RT_Config.pm.in')
-rw-r--r-- | rt/etc/RT_Config.pm.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/rt/etc/RT_Config.pm.in b/rt/etc/RT_Config.pm.in index b8eabfbfa..0657d3d5e 100644 --- a/rt/etc/RT_Config.pm.in +++ b/rt/etc/RT_Config.pm.in @@ -357,7 +357,7 @@ Set($LogoURL , $WebImagesURL . "bplogo.gif"); # WebNoAuthRegex - What portion of RT's URLspace should not require # authentication. -Set($WebNoAuthRegex, qr!^(?:/+NoAuth/| +Set($WebNoAuthRegex, qr!^/rt(?:/+NoAuth/| /+REST/\d+\.\d+/NoAuth/)!x ); # For message boxes, set the entry box width and what type of wrapping |