[Rt-commit] r11885 - rt/branches/3.8-TESTING/html

sunnavy at bestpractical.com sunnavy at bestpractical.com
Thu Apr 24 22:42:22 EDT 2008


Author: sunnavy
Date: Thu Apr 24 22:42:21 2008
New Revision: 11885

Modified:
   rt/branches/3.8-TESTING/html/autohandler

Log:
WebURL has trailing / already

Modified: rt/branches/3.8-TESTING/html/autohandler
==============================================================================
--- rt/branches/3.8-TESTING/html/autohandler	(original)
+++ rt/branches/3.8-TESTING/html/autohandler	Thu Apr 24 22:42:21 2008
@@ -51,7 +51,7 @@
     $m->call_next();
   }
   elsif ( $m->request_comp->path !~ '^(/+)installation/' ) {
-    RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."/installation/index.html");
+    RT::Interface::Web::Redirect(RT->Config->Get('WebURL')."installation/index.html");
     } else {
         $m->call_next();
     }


More information about the Rt-commit mailing list