Calls Active: Show gateway name instead of uuid in Application data string, change to jQuery ajax refresh.
This commit is contained in:
@@ -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();
|
||||
|
||||
|
||||
Reference in New Issue
Block a user