summaryrefslogtreecommitdiff
path: root/FS/FS/CGI.pm
diff options
context:
space:
mode:
authorivan <ivan>2006-08-23 12:06:34 +0000
committerivan <ivan>2006-08-23 12:06:34 +0000
commitaf9261259f4f70c7b51020afe5378df4c9276648 (patch)
tree851d0688e2b87f24b39c7f78969adc1d86baaefb /FS/FS/CGI.pm
parent85ddc2243f666cb7d0c8b4ddb91305932a9b4705 (diff)
don't use FREESIDE_URL for this, it didn't work out...
Diffstat (limited to 'FS/FS/CGI.pm')
-rw-r--r--FS/FS/CGI.pm3
1 files changed, 0 insertions, 3 deletions
diff --git a/FS/FS/CGI.pm b/FS/FS/CGI.pm
index d598f52..1f3b59e 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;