Update app_defaults.php (#6577)

This commit is contained in:
Luis Daniel Lucio Quiroz 2023-03-24 22:07:16 -04:00 committed by GitHub
parent c1de249792
commit 945ff01553
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -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'];