Calls Active: Show gateway name instead of uuid in Application data string, change to jQuery ajax refresh.

This commit is contained in:
Nate Jones
2015-05-18 16:44:38 +00:00
parent bc7e7f1551
commit 23f0d8ed1b
5 changed files with 55 additions and 52 deletions
+5
View File
@@ -147,6 +147,11 @@ else {
$db->exec(check_sql($sql));
unset($sql);
//add new gateway to session variable
if ($enabled == 'true') {
$_SESSION['gateways'][$gateway_uuid] = $gateway;
}
//synchronize the xml config
save_gateway_xml();