#29052 Aradial provisioning change of path
authorJeremy Davis <jeremyd@freeside.biz>
Fri, 5 Sep 2014 14:52:13 +0000 (10:52 -0400)
committerJeremy Davis <jeremyd@freeside.biz>
Fri, 5 Sep 2014 14:52:13 +0000 (10:52 -0400)
FS/FS/part_export/aradial.pm

index f3de614..afb17a6 100644 (file)
@@ -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);