don't use FREESIDE_URL for this, it didn't work out...
authorivan <ivan>
Wed, 23 Aug 2006 12:06:34 +0000 (12:06 +0000)
committerivan <ivan>
Wed, 23 Aug 2006 12:06:34 +0000 (12:06 +0000)
FS/FS/CGI.pm
Makefile

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;
index 421e9e3..fbc5ea1 100644 (file)
--- 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 ] \