X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FpxIPN.php;h=1c4ab281e8cf6ac6f5635063b271dc2eaf4538e7;hb=4cc9fbc28428aabbe7a99e4d0d8d1753aacb2373;hp=edf12837748a3b0afaa3990eda0f72a3ac5632c3;hpb=ee9c028679b097f6f7e92f367a6cb8da3fd54037;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';