diff options
author | Jeremy Davis <jeremyd@freeside.biz> | 2014-09-05 11:01:39 -0400 |
---|---|---|
committer | Jeremy Davis <jeremyd@freeside.biz> | 2014-09-05 11:01:39 -0400 |
commit | e3936ba407632934b8c9f91a3b07aaabd3c5e62f (patch) | |
tree | 36fbacf7251a6ac455fa1ebe31c1a552b0f33086 | |
parent | 7f5fae23796039cfca017e26d3a9fed28256aed4 (diff) |
#29052 Aradial provisioning change of path
-rw-r--r-- | FS/FS/part_export/aradial.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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); |