[freeside-commits] freeside/FS/FS CGI.pm,1.35,1.36
Ivan,,,
ivan at wavetail.420.am
Mon Jan 22 06:29:27 PST 2007
Update of /home/cvs/cvsroot/freeside/FS/FS
In directory wavetail:/tmp/cvs-serv18560/FS/FS
Modified Files:
CGI.pm
Log Message:
hopefully this should be the last bit of the relative URL fixing
Index: CGI.pm
===================================================================
RCS file: /home/cvs/cvsroot/freeside/FS/FS/CGI.pm,v
retrieving revision 1.35
retrieving revision 1.36
diff -u -d -r1.35 -r1.36
--- CGI.pm 21 Jan 2007 09:10:46 -0000 1.35
+++ CGI.pm 22 Jan 2007 14:29:25 -0000 1.36
@@ -237,6 +237,8 @@
$url_string =~ s/\?.*//;
#even though this is kludgy
+ $url_string =~ s{ / index\.html /? $ }
+ {/}x;
$url_string =~
s{
/
More information about the freeside-commits
mailing list