r112143 MediaWiki - Code Review archive

Repository:MediaWiki
Revision:r112142‎ | r112143 | r112144 >
Date:20:37, 22 February 2012
Author:khorn
Status:ok
Tags:
Comment:
Quick change to update for minfraud's new server names.
Modified paths:
  • /trunk/extensions/DonationInterface/extras/minfraud/ccfd/CreditCardFraudDetection.php (modified) (history)

Diff [purge]

Index: trunk/extensions/DonationInterface/extras/minfraud/ccfd/CreditCardFraudDetection.php
@@ -63,7 +63,7 @@
6464 // set the url of the web service
6565 $this->url = "app/ccv2r";
6666 $this->check_field = "score";
67 - $this->server = array( "minfraud3.maxmind.com", "minfraud1.maxmind.com", "minfraud2.maxmind.com" );
 67+ $this->server = array( "minfraud-us-east.maxmind.com", "minfraud-us-west.maxmind.com" );
6868 $this->numservers = count( $this->server );
6969 $this->API_VERSION = 'PHP/1.49';
7070 }

Follow-up revisions

RevisionCommit summaryAuthorDate
r112145MFT r112143khorn20:56, 22 February 2012

Status & tagging log