Browse Source

Update install.php

FusionPBX 8 năm trước cách đây
mục cha
commit
29b47b633d
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      core/install/install.php

+ 1 - 1
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 = '';