X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=blobdiff_plain;f=FS%2FFS%2FCGI.pm;h=fc0f6525e3f0d7239a8c588c60ec8e0fa80a8318;hp=5ac31dbecd3385f2b9a862b454cc8c41fa9195fe;hb=0caa7ea9f8c1975f855ab167d1f8d0d3d1a3ddad;hpb=434137989f7343ada30ceff4056c5f75ef8d9d27 diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index 5ac31dbec..fc0f6525e 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -244,17 +244,13 @@ sub rooturl { $url_string =~ s{ / - (browse|config|docs|edit|graph|misc|search|view|loginout|pref|elements|rt|torrus) + (browse|config|docs|edit|graph|misc|search|view|loginout|pref|rt|torrus) (/process)? ([\w\-\.\/]*) $ } {}x; - #elements because of progress-popup.html... - #XXX remove anything from elements that is called directly & prevent - #those pages from being served up - $url_string .= '/' unless $url_string =~ /\/$/; $url_string;