Update switch_settings.php
This commit is contained in:
parent
2a4febfd9a
commit
d8cf528a50
|
|
@ -74,9 +74,6 @@ if (!class_exists('switch_settings')) {
|
||||||
//run the api command
|
//run the api command
|
||||||
$result = $esl->request('api global_getvar');
|
$result = $esl->request('api global_getvar');
|
||||||
|
|
||||||
//close event socket
|
|
||||||
fclose($fp);
|
|
||||||
|
|
||||||
//set the result as a named array
|
//set the result as a named array
|
||||||
$vars = array();
|
$vars = array();
|
||||||
foreach (explode("\n", $result) as $row) {
|
foreach (explode("\n", $result) as $row) {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue