From: ivan Date: Sat, 12 Nov 2005 00:44:43 +0000 (+0000) Subject: interpolation helps alot X-Git-Tag: BEFORE_FINAL_MASONIZE~316 X-Git-Url: http://git.freeside.biz/gitweb/?p=freeside.git;a=commitdiff_plain;h=37287422344131ad0e570fffb76e1952a6a89fd9 interpolation helps alot --- diff --git a/FS/FS/part_export/cpanel.pm b/FS/FS/part_export/cpanel.pm index 278c80ff7..0ad00df01 100644 --- a/FS/FS/part_export/cpanel.pm +++ b/FS/FS/part_export/cpanel.pm @@ -116,7 +116,7 @@ sub cpanel_insert { #subroutine, not method #$req->authorization_basic($user, $accesshash); my $res = $ua->request( - POST( 'http://$user:$accesshash@$domain:2082/frontend/x/mail/addpop2.html', + POST( $url, [ 'email' => $username, 'domain' => $domain,