summaryrefslogtreecommitdiff
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
parent85ddc2243f666cb7d0c8b4ddb91305932a9b4705 (diff)
don't use FREESIDE_URL for this, it didn't work out...
-rw-r--r--FS/FS/CGI.pm3
-rw-r--r--Makefile3
2 files changed, 0 insertions, 6 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;
diff --git a/Makefile b/Makefile
index 421e9e3..fbc5ea1 100644
--- a/Makefile
+++ b/Makefile
@@ -197,9 +197,6 @@ perl-modules:
perl -p -i -e "\
s/%%%VERSION%%%/${VERSION}/g;\
" blib/lib/FS.pm; \
- perl -p -i -e "\
- s'%%%FREESIDE_URL%%%'${FREESIDE_URL}'g;\
- " blib/lib/FS/CGI.pm
install-perl-modules: perl-modules
[ -L ${PERL_INC_DEV_KLUDGE}/FS ] \