Эх сурвалжийг харах

Update switch_settings.php

FusionPBX 8 жил өмнө
parent
commit
efe1e7063d

+ 0 - 3
resources/classes/switch_settings.php

@@ -74,9 +74,6 @@ if (!class_exists('switch_settings')) {
 			//run the api command
 				$result = $esl->request('api global_getvar');
 
-			//close event socket
-				fclose($fp);
-
 			//set the result as a named array
 				$vars = array();
 				foreach (explode("\n", $result) as $row) {