Update switch_settings.php

This commit is contained in:
FusionPBX
2017-01-10 01:18:17 -07:00
committed by GitHub
parent 00ddb5365b
commit cdf9bcde8e

View File

@@ -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) {