X-Git-Url: https://vcs.fsf.org/?a=blobdiff_plain;f=extern%2FgoogleNotify.php;h=7f14ff0bb68dfe2c11a5f8c84c284e69ee2a3649;hb=4c056b9b0286d90f890bd795a9f6d54bf2e27397;hp=233d395daa6ec86dc3588657ecc08bf4269c17c6;hpb=6617ddeb915cd1f4a00ec498ff43be6e058bbfce;p=civicrm-core.git diff --git a/extern/googleNotify.php b/extern/googleNotify.php index 233d395daa..7f14ff0bb6 100644 --- a/extern/googleNotify.php +++ b/extern/googleNotify.php @@ -31,6 +31,9 @@ * $Id$ */ +if (defined('PANTHEON_ENVIRONMENT')) { + ini_set('session.save_handler', 'files'); +} session_start(); require_once '../civicrm.config.php';