minor change in integria ims setup

This commit is contained in:
alejandro.campos@artica.es 2021-05-05 11:03:32 +02:00
parent f0f7244d84
commit d358fd894d
2 changed files with 2 additions and 2 deletions

View File

@ -282,7 +282,7 @@ $table_remote->data['integria_pass'] = $row;
// Integria hostname. // Integria hostname.
$row = []; $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); $row['control'] = html_print_input_text('integria_hostname', $config['integria_hostname'], '', 30, 100, true);
$table_remote->data['integria_hostname'] = $row; $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. // Build URL for API request.
$url = $api_hostname.'/integria/include/api.php'; $url = $api_hostname.'/include/api.php';
// ob_start(); // ob_start();
// $out = fopen('php://output', 'w'); // $out = fopen('php://output', 'w');