Index: trunk/extensions/DonationInterface/payflowpro_gateway/payflowpro_gateway.php |
— | — | @@ -139,7 +139,6 @@ |
140 | 140 | * @var string |
141 | 141 | */ |
142 | 142 | $wgPayflowAllowedHtmlForms = array( $wgPayflowHtmlFormDir . "/demo.html" ); |
143 | | -$wgPayflowAllowedHtmlForms = array( $wgPayflowHtmlFormDir . "/lightbox1.html" ); |
144 | 143 | |
145 | 144 | /** |
146 | 145 | * Configure PayflowproGateway to use syslog for log messages rather than wfDebugLog |