Fixed graph with https

This commit is contained in:
danielmaya 2018-06-19 15:00:39 +02:00
parent 14f4070558
commit 9bff4f28f4
1 changed files with 1 additions and 1 deletions

View File

@ -3237,7 +3237,7 @@ function generator_chart_to_pdf($type_graph_pdf, $params, $params_combined = fal
$session_id = session_id();
$cmd = '"' . io_safe_output($config['phantomjs_bin']) . DIRECTORY_SEPARATOR . 'phantomjs" "' . $file_js . '" '
$cmd = '"' . io_safe_output($config['phantomjs_bin']) . DIRECTORY_SEPARATOR . 'phantomjs" --ssl-protocol=any --ignore-ssl-errors=true "' . $file_js . '" '
. ' "' . $url . '"'
. ' "' . $type_graph_pdf . '"'
. ' "' . $params_encode_json . '"'