diff options
author | ivan <ivan> | 2005-11-12 00:44:43 +0000 |
---|---|---|
committer | ivan <ivan> | 2005-11-12 00:44:43 +0000 |
commit | 37287422344131ad0e570fffb76e1952a6a89fd9 (patch) | |
tree | d43ab3b990ff8f5c48b267fcb9b20c3cc4b7d152 /FS | |
parent | 0210b124f3ad13d42698682ed18c61858eb40ce5 (diff) |
interpolation helps alot
Diffstat (limited to 'FS')
-rw-r--r-- | FS/FS/part_export/cpanel.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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, |