Merge branch 'ent-7475-Mejor-interfaz-de-configuracion-en-integracion-Integria' into 'develop'

minor change in integria ims setup

See merge request artica/pandorafms!4104
This commit is contained in:
Daniel Rodriguez 2021-05-11 07:39:16 +00:00
commit ac0ef3c61c
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ $table_remote->data['integria_pass'] = $row;
// Integria hostname.
$row = [];
$row['name'] = __('API Hostname');
$row['name'] = __('URL to Integria IMS setup').ui_print_help_tip(__('Full URL to your Integria IMS setup (e.g., http://192.168.1.20/integria, https://support.mycompany.com).'), true);
$row['control'] = html_print_input_text('integria_hostname', $config['integria_hostname'], '', 30, 100, true);
$table_remote->data['integria_hostname'] = $row;

View File

@ -188,7 +188,7 @@ function integria_api_call($api_hostname, $user, $user_pass, $api_pass, $operati
}
// Build URL for API request.
$url = $api_hostname.'/integria/include/api.php';
$url = $api_hostname.'/include/api.php';
// ob_start();
// $out = fopen('php://output', 'w');