From 554fb33609f362e0674d523161bec8dfa231e343 Mon Sep 17 00:00:00 2001 From: FusionPBX Date: Sun, 11 Dec 2016 22:59:04 -0700 Subject: [PATCH] Update install.php --- core/install/install.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/install/install.php b/core/install/install.php index 6fb146094f..1dcce03c6f 100644 --- a/core/install/install.php +++ b/core/install/install.php @@ -30,7 +30,7 @@ require_once "resources/classes/text.php"; //start a php session - session_start(); + if (!isset($_SESSION)) { session_start(); } //initialize variables we are going to use $event_host = '';