X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FauthorizeIPN.php;h=1463b8ce2e44f992d7364c20c663a3be160f777f;hb=c2cea70500d44f877f150187b55530ccb117c95f;hp=72d0c3f3ed06ebc58c368687297eec6d5303b1b5;hpb=750c4bb5c5e5d101ad43c1352b6f1ab82752b5d4;p=civicrm-core.git diff --git a/extern/authorizeIPN.php b/extern/authorizeIPN.php index 72d0c3f3ed..1463b8ce2e 100644 --- a/extern/authorizeIPN.php +++ b/extern/authorizeIPN.php @@ -3,7 +3,7 @@ +--------------------------------------------------------------------+ | CiviCRM version 4.7 | +--------------------------------------------------------------------+ - | Copyright CiviCRM LLC (c) 2004-2015 | + | Copyright CiviCRM LLC (c) 2004-2016 | +--------------------------------------------------------------------+ | This file is a part of CiviCRM. | | | @@ -27,10 +27,13 @@ /** * @package CRM - * @copyright CiviCRM LLC (c) 2004-2015 + * @copyright CiviCRM LLC (c) 2004-2016 * $Id$ */ +if (defined('PANTHEON_ENVIRONMENT')) { + ini_set('session.save_handler', 'files'); +} session_start(); require_once '../civicrm.config.php';