CRM-17686 disable flexible jobs extension...
[civicrm-core.git] / extern / ipn.php
index 619c688a4695349a810b81d5042ff38cd70fe906..752bb1a1c41f3cc9be39d2f362cf1ff6153a82d3 100644 (file)
@@ -1,7 +1,7 @@
 <?php
 /*
  +--------------------------------------------------------------------+
- | CiviCRM version 4.6                                                |
+ | CiviCRM version 4.7                                                |
  +--------------------------------------------------------------------+
  | Copyright CiviCRM LLC (c) 2004-2015                                |
  +--------------------------------------------------------------------+
@@ -31,6 +31,9 @@
  * $Id$
  */
 
+if (defined('PANTHEON_ENVIRONMENT')) {
+  ini_set('session.save_handler', 'files');
+}
 session_start();
 
 require_once '../civicrm.config.php';