From: ivan Date: Wed, 23 Aug 2006 12:06:34 +0000 (+0000) Subject: don't use FREESIDE_URL for this, it didn't work out... X-Git-Tag: BEFORE_FINAL_MASONIZE~3 X-Git-Url: http://git.freeside.biz/gitweb/?a=commitdiff_plain;h=af9261259f4f70c7b51020afe5378df4c9276648;p=freeside.git don't use FREESIDE_URL for this, it didn't work out... --- 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; diff --git a/Makefile b/Makefile index 421e9e310..fbc5ea1d9 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 ] \