don't use FREESIDE_URL for this, it didn't work out...
[freeside.git] / FS / FS / CGI.pm
index d598f52..1f3b59e 100644 (file)
@@ -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;