From e81089e14bf8bd59c9dee9e70763df902962fb2b Mon Sep 17 00:00:00 2001 From: ivan Date: Mon, 22 Jan 2007 14:29:25 +0000 Subject: [PATCH] hopefully this should be the last bit of the relative URL fixing --- FS/FS/CGI.pm | 2 ++ 1 file changed, 2 insertions(+) diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index a85d48ab6..c91c01fd0 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -237,6 +237,8 @@ sub rooturl { $url_string =~ s/\?.*//; #even though this is kludgy + $url_string =~ s{ / index\.html /? $ } + {/}x; $url_string =~ s{ / -- 2.11.0