summaryrefslogtreecommitdiff
path: root/FS/FS/CGI.pm
diff options
context:
space:
mode:
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;