From af9261259f4f70c7b51020afe5378df4c9276648 Mon Sep 17 00:00:00 2001 From: ivan Date: Wed, 23 Aug 2006 12:06:34 +0000 Subject: don't use FREESIDE_URL for this, it didn't work out... --- FS/FS/CGI.pm | 3 --- 1 file changed, 3 deletions(-) (limited to 'FS') diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm index d598f5218..1f3b59efb 100644 --- a/FS/FS/CGI.pm +++ b/FS/FS/CGI.pm @@ -231,9 +231,6 @@ sub popurl { =cut sub rooturl { - #this doesn't work so well... - #'%%%FREESIDE_URL%%%'; - # better to start with the client-provided URL my $cgi = &FS::UID::cgi; my $url_string = $cgi->isa('Apache') ? $cgi->uri : $cgi->url; -- cgit v1.2.1