mirror of
https://github.com/fusionpbx/fusionpbx.git
synced 2025-12-30 00:53:50 +00:00
Update app_defaults.php (#6577)
This commit is contained in:
committed by
GitHub
parent
c1de249792
commit
945ff01553
@@ -53,7 +53,7 @@ if ($domains_processed == 1) {
|
||||
$x = 0;
|
||||
foreach ($variables['X-PRE-PROCESS'] as $variable) {
|
||||
$var_category = $variable['@attributes']['category'];
|
||||
$data = explode('=', $variable['@attributes']['data']);
|
||||
$data = explode('=', $variable['@attributes']['data'], 2);
|
||||
$var_name = $data[0];
|
||||
$var_value = $data[1];
|
||||
$var_command = $variable['@attributes']['cmd'];
|
||||
|
||||
Reference in New Issue
Block a user