summaryrefslogtreecommitdiff
path: root/FS
diff options
context:
space:
mode:
authorJeremy Davis <jeremyd@freeside.biz>2014-09-05 10:52:13 -0400
committerJeremy Davis <jeremyd@freeside.biz>2014-09-05 10:52:13 -0400
commite0deb48e8e53b5c24896a8f136e0a92d0c48b55a (patch)
tree5baf55bc2139d3374208f800de8be386fa139104 /FS
parente9f9e116024b0d59d4bc18b15abcc0caa8f2805e (diff)
#29052 Aradial provisioning change of path
Diffstat (limited to 'FS')
-rw-r--r--FS/FS/part_export/aradial.pm2
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);