X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2FFS%2Fpart_export%2Faradial.pm;fp=FS%2FFS%2Fpart_export%2Faradial.pm;h=afb17a69977931c0437bae6da33d9f23ed12f293;hb=e0deb48e8e53b5c24896a8f136e0a92d0c48b55a;hp=f3de614b1cb079ecfbc783f843d539a1778ede64;hpb=e9f9e116024b0d59d4bc18b15abcc0caa8f2805e;p=freeside.git diff --git a/FS/FS/part_export/aradial.pm b/FS/FS/part_export/aradial.pm index f3de614b1..afb17a699 100644 --- a/FS/FS/part_export/aradial.pm +++ b/FS/FS/part_export/aradial.pm @@ -118,7 +118,7 @@ sub request_user_edit { sub request { my $self = shift; my @params = @_; - my $path = '/Admin'; # I think this is always right + my $path = '/ArdWeb/ARDAdminIs.dll'; # I think this is always right my $url = URI->new('http://' . $self->host . $path); warn "$me request: \n".Dumper(\@params)."\n\n" if $DEBUG >= 2; my $response = $self->ua->post($url, \@params);