X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FpxIPN.php;h=1c4ab281e8cf6ac6f5635063b271dc2eaf4538e7;hb=1be29aad0dfca44b65ccd9717956ca943c60d28a;hp=edf12837748a3b0afaa3990eda0f72a3ac5632c3;hpb=d36b8b20ac964dc3c0a74f98f580dc7b0ad7383e;p=civicrm-core.git diff --git a/extern/pxIPN.php b/extern/pxIPN.php index edf1283774..1c4ab281e8 100644 --- a/extern/pxIPN.php +++ b/extern/pxIPN.php @@ -10,7 +10,9 @@ * in creating this payment processor module */ - +if (defined('PANTHEON_ENVIRONMENT')) { + ini_set('session.save_handler', 'files'); +} session_start(); require_once '../civicrm.config.php';