diff --git a/Sccp_manager.class.php b/Sccp_manager.class.php index 4fca918..8c0bd8d 100644 --- a/Sccp_manager.class.php +++ b/Sccp_manager.class.php @@ -86,7 +86,6 @@ class Sccp_manager extends \FreePBX_Helpers implements \BMO { /* Field Values for type seq */ private $pagedata = null; private $sccp_driver_ver = '11.4'; // Ver fore SCCP.CLASS.PHP - public $sccp_manager_ver = '14.1.0.0'; public $sccp_branch = 'm'; // Ver fore SCCP.CLASS.PHP private $installedLangs = array(); diff --git a/module.xml b/module.xml index 1f9a8f0..7368e80 100644 --- a/module.xml +++ b/module.xml @@ -1,7 +1,7 @@ sccp_manager SCCP Manager - 14.3.0.15 + 14.3.0.16 setup SCCP Connectivity Steve Lad, Alex GP diff --git a/views/server.info.php b/views/server.info.php index ff626cb..8ab0751 100644 --- a/views/server.info.php +++ b/views/server.info.php @@ -7,6 +7,7 @@ $test_ami = 0; $test_any = 0; +global $amp_conf; $driver = $this->FreePBX->Core->getAllDriversInfo(); $core = $this->aminterface->getSCCPVersion(); @@ -30,6 +31,7 @@ $compatible = $this->aminterface->get_compatible_sccp(); $info = array(); //$info['srvinterface'] = $this->srvinterface->info(); +$moduleXml = simplexml_load_file("{$amp_conf['AMPWEBROOT']}/admin/modules/sccp_manager/module.xml"); $info['extconfigs'] = $this->extconfigs->info(); $info['dbinterface'] = $this->dbinterface->info(); $info['aminterface'] = $this->aminterface->info(); @@ -203,7 +205,7 @@ if (!empty($this->class_error)) {
-

Sccp Manager V.sccp_manager_ver); ?> Info

+

Sccp Manager vversion); ?> Info