mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2026-01-04 02:43:48 +00:00
Update app_defaults.php
This commit is contained in:
@@ -62,9 +62,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
//regenerate and reload
|
||||
$number_translation->xml();
|
||||
//create the event socket connection
|
||||
//connect to event socket and reload mod translate
|
||||
$fp = event_socket_create($_SESSION['event_socket_ip_address'], $_SESSION['event_socket_port'], $_SESSION['event_socket_password']);
|
||||
if ($fp) {
|
||||
event_socket_request($fp, 'api reloadxml');
|
||||
|
||||
Reference in New Issue
Block a user