Awight has submitted this change and it was merged. Change subject: Revert "Shut it off." ......................................................................
Revert "Shut it off." This reverts commit 1c9ac2e66d11bbf768ea873d6e1a2522ca9841c1. Change-Id: I730a269b4f1615a321f3dd0c83a140bfc660bffa --- M legacy-paypal/IPNListener_Recurring.php M legacy-paypal/IPNListener_Standalone.php 2 files changed, 0 insertions(+), 6 deletions(-) Approvals: Katie Horn: Looks good to me, approved Awight: Verified diff --git a/legacy-paypal/IPNListener_Recurring.php b/legacy-paypal/IPNListener_Recurring.php index 4f2cf2d..6854f86 100644 --- a/legacy-paypal/IPNListener_Recurring.php +++ b/legacy-paypal/IPNListener_Recurring.php @@ -1,8 +1,5 @@ <?php -// FIXME: emergency shutdown duct tape: -exit(0); - $conf_path = '/etc/fundraising/legacy_paypal_config.php'; require_once( $conf_path ); diff --git a/legacy-paypal/IPNListener_Standalone.php b/legacy-paypal/IPNListener_Standalone.php index ea96e8b..1c6a001 100644 --- a/legacy-paypal/IPNListener_Standalone.php +++ b/legacy-paypal/IPNListener_Standalone.php @@ -1,8 +1,5 @@ <?php -// FIXME: emergency shutdown duct tape: -exit(0); - $conf_path = '/etc/fundraising/legacy_paypal_config.php'; require_once( $conf_path ); -- To view, visit https://gerrit.wikimedia.org/r/239889 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: I730a269b4f1615a321f3dd0c83a140bfc660bffa Gerrit-PatchSet: 1 Gerrit-Project: wikimedia/fundraising/PaymentsListeners Gerrit-Branch: master Gerrit-Owner: Awight <[email protected]> Gerrit-Reviewer: Awight <[email protected]> Gerrit-Reviewer: Ejegg <[email protected]> Gerrit-Reviewer: Katie Horn <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
